如何在Mac上从Source安装Git 2.11

时间:2016-11-30 14:41:40

标签: git github install open-source

我试图从源代码安装最新版本的git但没有成功。我当前的版本是2.10,我用

安装了它
sudo port install git

到目前为止我一直在尝试:

git clone https://github.com/git/git

进入我的Documents文件夹。然后:

make prefix=/usr profile
make prefix=/usr PROFILE=BUILD install

这是我得到的错误:

ld: library not found for -lgcov
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [git-credential-store] Error 1
make: *** [profile] Error 2

但我使用时没有错误:

make
make install

但我在那里重新审视,而不仅仅是去makemake install

1 个答案:

答案 0 :(得分:1)

首先卸载你的Git然后

使用 homebrew 安装最新版本的Git

brew update
brew install git

重新启动终端

;)恭喜您拥有最新的Git版本