【发布时间】:2013-04-03 09:19:40
【问题描述】:
我想使用 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?
任何帮助将不胜感激。
【问题讨论】:
-
你不能使用
git push。你需要git tf checkin。 -
感谢@EdwardThomson 的回复。是的,我在敲了 1 天后才发现。