我正在根据这些说明在我全新的 Mac 笔记本电脑上设置 git:
https://help.github.com/articles/set-up-git
我在告诉 git 使用 osxkeychain 凭证助手的部分
$ git config --global user.name "cspears2002"
$ git config --global user.email "cspears2002@yahoo.com"
$ git credential-osxkeychain
usage: git credential-osxkeychain <get|store|erase>
$ sudo mv git-credential-osxkeychain \
> "$(dirname $(which git))/git-credential-osxkeychain"
mv: git-credential-osxkeychain: No such file or directory
我什至需要这样做吗?这是我运行“git config --list”时得到的
unknownc8e0eb148153:~ christopherspears$ git config --list
credential.helper=osxkeychain
etc.