我想将TFS用作开发我们的iPad应用程序的版本控制。我跟着this article来配置我的Xcode项目。
完成博客中提到的所有步骤后,我可以checkin
和checkout
整个项目。但我无法将更改的文件推回到TFS服务器。更多关于执行git push
命令
fatal:
https://username@mydomain:8080/tfsprod/info/refs?service=git-receive-pack
not found: did you run git update-server-info on the server?
非常感谢任何帮助。
答案 0 :(得分:0)
只需将评论移到答案中即可。
您无法使用git push
。您需要使用git tf checkin
或git tf checkin --deep
(如果您希望每次git提交检入)。
git tf checkin
is here