-1

大家好。 我搜索了很多,但没有什么真正的帮助。我正在使用 xcode 5 开发 IOS 应用程序,并通过 git 存储库使用 Team Foundation Server 2013。对于前 2 个项目,使用 git-tf 命令系列一切正常。但是在那之后它给了我 git-tf command not found ,突然停止工作有点奇怪。任何帮助将不胜感激

-bash:git-tf:找不到命令

4

1 回答 1

0

You might search for any git-tf contents in your filesystem using:

sudo find / -name git-tf

Prepend sudo to avoid warnings about unsearchable folders. If git-tf can't be found you may decide to reinstall it, following the instructions on the project-page.

Otherwise you should check your $PATH-variable - as mentioned on the git-tf-instructions.

于 2014-05-08T11:03:53.833 回答