我想使用 TFS 作为版本控制来开发我们的一个 iPad 应用程序。我按照这篇文章来配置我的 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?
任何帮助将非常感激。