【问题标题】:Using Git-tf for iOS project在 iOS 项目中使用 Git-tf
【发布时间】:2013-04-03 09:19:40
【问题描述】:

我想使用 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?

任何帮助将不胜感激。

【问题讨论】:

  • 你不能使用git push。你需要git tf checkin
  • 感谢@EdwardThomson 的回复。是的,我在敲了 1 天后才发现。

标签: tfs git-tfs git-tf


【解决方案1】:

只是将 cmets 移动到答案中。

您不能使用git push。您需要使用 git tf checkingit tf checkin --deep (如果您想在每个 git 提交中签入)。

git tf checkinis here 的参考文档

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-11-02
    • 2019-10-27
    • 2014-12-09
    • 2010-10-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多