Xcode中git提交出错:
The current branch could not be determined
Multiple working copies failed to commit files
可以注意到:
而不是之前的:
push to origin/master
Xcode commit the current branch could not be determined
Ray Wenderlich | Tutorials for Developers and Gamers
Git Branch Management With Xcode – Use Your Loaf
xcode – Cannot change/delete/commit/discard current branch – Stack Overflow
Xcode commit No remotes available
Xcode git commit No remotes available
Xcode 6 Git No Remotes Available – Stack Overflow
其实此处本地已经从Xcode项目中删除了:facebook-ios-sdk所有的文件了
Xcode的git commit时,好些也会自动监测到对应的一些项目,
导致Xcode自动识别出来,把很多个Git仓库都加入到当前的要提交的仓库中了
转载请注明:在路上 » [基本解决]Xcode提交本地导入的代码到远程服务器时出错:Multiple working copies failed to commit files