赞
踩
不知道是更新了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)。
以下方法只解决了terminal下操作git的问题,但是通过客户端(比如GitHub Desktop)仍然报443的错。这种情况下,只好尝试重新clone仓库,或者将http访问的仓库切换成ssh访问。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。