【发布时间】:2012-06-03 04:42:27
【问题描述】:
我正在尝试在我的新 MBP 上安装 Git,并且正在关注文档 @https://help.github.com/articles/set-up-git。
我似乎遇到了障碍,它说:If you do not have the helper, you can download it and copy it to /usr/local/bin
我在终端导航到 /usr/local/bin 并执行了 sudo wget [链接到 osxkeychain]。当我尝试执行git config --global credential.helper osxkeychain 时,我得到了fatal: cannont exec 'git-credential-osxkeychain': Permission denied。
我做错了什么?
谢谢!
特雷
【问题讨论】:
-
在命令前加
sudo?
标签: macos git installation