无法打开与身份验证代理的连接

余生颓废 提交于 2020-08-12 03:16:49

问题:

I am running into this error of: 我遇到以下错误:

$ git push heroku master
Warning: Permanently added the RSA host key for IP address '50.19.85.132' to the list of known hosts.
!  Your key with fingerprint b7:fd:15:25:02:8e:5f:06:4f:1c:af:f3:f0:c3:c2:65 is not authorized to access bitstarter.

I tried to add the keys and I get this error below: 我试图添加密钥,但在下面出现此错误:

$ ssh-add ~/.ssh/id_rsa.pub
Could not open a connection to your authentication agent.

解决方案:

参考一: https://stackoom.com/question/1CshF/无法打开与身份验证代理的连接
参考二: https://oldbug.net/q/1CshF/Could-not-open-a-connection-to-your-authentication-agent
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!