私はGitHub for Macアプリケーションを使用していましたが、最近、このエラーが返ってきました:
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory
modified: bin/plugin.yml
modified: src/plugin.yml
Untracked files:
(use "git add <file>..." to include in what will be committed)
.gitignore
no changes added to commit (use "git add" and/or "git commit -a")
(1)
以前はプログラムが正常にコミットおよび同期していたため、これが何をしているのかわかりませんが、コマンドラインに移動して「git add .
」および「git push
」と入力して機能させる必要があるため、GitHub アプリは完全に役に立たなくなりました。私のため。
利便性のためにアプリを残しておきたいのですが、現時点では見栄えがよくありません。