私のプロジェクトでローカルのgitリポジトリを設定するのに多くの問題がありました。完全に新しいプロジェクトを作成し、すべてのファイルをそのプロジェクトにドラッグしました。git/versionコントロールのチェックマークが付いていることを確認してください。
これで、リポジトリ(ファイルシステムが適切な場所を指している)がオーガナイザーに表示され、オーガナイザーでボタンPull
とCommit
すべてを使用できるようになりました。
M
しかし、実際のプロジェクトに変更を加えると、変更を加えてもソース管理バッジは表示されませんA
。そして、私がプッシュ(または何かをしよう)しようとすると、リモートがない(リモートがあります...)と表示されます:
プロジェクトが実際にはリポジトリにアタッチされていないようです...
編集: git status
ターミナルで
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
# (use "git push" to publish your local commits)
#
# 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: CrunchCalculator-1-2.xcodeproj/project.xcworkspace/xcuserdata/Neil.xcuserdatad/UserInterfaceState.xcuserstate
# modified: CrunchCalculator-1-2/ViewController.h
#
no changes added to commit (use "git add" and/or "git commit -a")