git credential osxkeychain问题

2020-03-13  本文已影响0人  未子涵

问题

不知道是更新了mac系统还是什么原因,git项目做push操作时突然提示:

git-credential-osxkeychain wants to use your confidential information stored in "xxx" in your keychain.

如果是使用客户端操作,则提示443的错误:

fatal: Unable to access 'https://github.com/xxx.git':Failed to connect to github.com port 443:Operation timed out

这只出现在使用 http 访问时,如果是使用 ssh 则不会有这个问题。

解决

这是要从mac的keychain中读取保存的账号密码时弹出的(实际上我输入了密码但都提示错误,最后还是无法成功push)。

\color{red}{注意:}
以下方法只解决了terminal下操作git的问题,但是通过客户端(比如GitHub Desktop)仍然报443的错。这种情况下,只好尝试重新clone仓库,或者将http访问的仓库切换成ssh访问。

解决方法

找不到Keychain Access?

上一篇下一篇

猜你喜欢

热点阅读