1

我一直在尝试按照说明(Git-TF_GettingStarted.html)设置从 xcode 到 TFS 2010 的 git - tf 集成

我认为我的问题是正确设置路径变量。

我在终端中,并通过“open .profile”创建了一个 .profile 文件

我输入了以下两行:

export PATH=”/Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/”:$PATH 
export PATH=”/Users/ssmith/Git-Tf/”:$PATH

已保存,已启动终端,但终端无法识别我的命令:

Stevens-MacBook-Pro:~ ssmith$ git tf
-bash: git: command not found

你知道我错过了什么吗?

4

1 回答 1

3

从该错误消息中,我猜测 git 没有安装,或者至少没有正确安装。有关如何在 Mac 上设置 git 的信息,请参阅http://git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Mac 。

于 2012-10-08T21:05:00.510 回答