git clone 分段错误 8237

git clone 分段错误 8237

不久之后,我的 git 出现了问题。我电脑上已有的 repo 仍然有效,所以我仍然可以推送和拉取等等……但是当我想克隆一个新的 repo 时,我总是得到这样的信息:

git clone https://github.com/PureLayout/PureLayout.git
Cloning into 'PureLayout'...
remote: Counting objects: 1371, done.
remote: Total 1371 (delta 0), reused 0 (delta 0), pack-reused 1371
Receiving objects: 100% (1371/1371), 911.22 KiB | 983.00 KiB/s, done.
Resolving deltas: 100% (911/911), done.
Checking connectivity... done.
[1]    8237 segmentation fault  git clone https://github.com/PureLayout/PureLayout.git

我正在运行 osx 10.11.5 并运行 git 版本 2.8.1

相关内容