相关疑难解决方法(0)

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

我遇到了这个错误:

$ 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.
Run Code Online (Sandbox Code Playgroud)

我试图添加密钥,我在下面收到此错误:

$ ssh-add ~/.ssh/id_rsa.pub
Could not open a connection to your authentication agent.
Run Code Online (Sandbox Code Playgroud)

ssh ssh-agent

1473
推荐指数
29
解决办法
114万
查看次数

ssh-agent错误"无法打开与身份验证代理的连接."

我需要添加一个公钥,ssh-agent但我收到以下错误

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

我正在使用Windows 7.我发现代理正在运行.但是ssh-add没用,因为它会给出上面的错误.

ssh ssh-agent

50
推荐指数
0
解决办法
4万
查看次数

标签 统计

ssh ×2

ssh-agent ×2