最近、bitbucketにgitリポジトリを設定し、それに古いプロジェクトを追加しました。テストとして変更をコミットしてプッシュしましたが、現在この問題に直面しています。
プル、プッシュ、またはマージしようとするたびに、次のエラーメッセージが表示されます。
「作業コピー'Project_Name'にコミットされていない変更があります」。
そして、私はこの変更を数回コミットしました:
編集:私は「gitstatus」を実行し、次のようになりました:
# On branch master
# Your branch is ahead of 'origin/master' by 2 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: Crunch.xcodeproj/project.xcworkspace/xcuserdata/Neil.xcuserdatad/UserInterfaceState.xcuserstate
#
no changes added to commit (use "git add" and/or "git commit -a")
助けていただければ幸いです、SirKaydian