Xcode and Git Source Control : “The working copy XXXXX failed to commit files”

后端 未结 5 1966
醉话见心
醉话见心 2020-12-05 09:18

I have been using Xcode to develop and publish apps for almost a year. I have been using git as the local repository and bitbucket as the remote repository. Everything has b

5条回答
  •  猫巷女王i
    2020-12-05 09:55

    I faced the same issue after installing Xcode 7. The solution provided by Kent Latimer worked for me. Config without --global in workspace directory from terminal.

    xcrun git config user.name "Toto"
    xcrun git config user.email toto.toto@mail.com
    

提交回复
热议问题