Can't commit changes to local git repository

前端 未结 5 716
醉话见心
醉话见心 2021-02-12 23:50

I have created a new project and checked the \"create a local git repository\" option. I opened the organizer to check that there is a repository for my project and it was there

5条回答
  •  迷失自我
    2021-02-13 00:26

    For what it's worth (and as @Jahelia's comment mentions), this seems to be a bug in XCode 4.2 when it first engages with git. The workaround seems to be to at least close Xcode and reopen. (If that doesn't work, try opening and closing the organizer.)

    I encountered this myself today when trying out Git with Xcode for the first time. I created two demo projects with the "create a local git repository" option and they had the same problem. I was able to commit from the organizer window, but the main Xcode file view didn't seem to recognize git at all.

    After quitting and restarting, I created a third demo with the git option, and the main window recognized the changes (after building) right off the bat - i.e showed the "M" beside a modified file.

提交回复
热议问题