本文介绍了GitHub for Mac错误:git:'credential-osxkeychain'不是git命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在Mac上使用GitHub Mac应用程序(版本87)时,出现以下错误:
When using the GitHub for Mac app (version 87), I received the following error:
错误:访问https://github.com/[PROJECT URL]/info/refs
error: The requested URL returned error: 403 while accessing https://github.com/[PROJECT URL]/info/refs
致命:HTTP请求失败(256)
fatal: HTTP request failed (256)
git命令行工具(版本1.8.0)安装在/usr/local/git/bin
,而git-credential-osxkeychain正确安装在/usr/local/git/bin
.
The git command-line tools (version 1.8.0) are installed at /usr/local/git/bin
and git-credential-osxkeychain was correctly installed at /usr/local/git/bin
.
如何解决此错误?
推荐答案
当我尝试运行此命令时,没有错误
When I tried to run this command, there was no error
brew untap homebrew/homebrew-dupes
这篇关于GitHub for Mac错误:git:'credential-osxkeychain'不是git命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!