使用Git-tf进行iOS项目

时间:2013-04-03 09:19:41

标签: tfs git-tfs git-tf

我想将TFS用作开发我们的iPad应用程序的版本控制。我跟着this article来配置我的Xcode项目。

完成博客中提到的所有步骤后,我可以checkincheckout整个项目。但我无法将更改的文件推回到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?

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

只需将评论移到答案中即可。

您无法使用git push。您需要使用git tf checkingit tf checkin --deep(如果您希望每次git提交检入)。

git tf checkin is here

的参考文档