Git Bash:无法打开与身份验证代理的连接 [英] Git Bash: Could not open a connection to your authentication agent

查看:140
本文介绍了Git Bash:无法打开与身份验证代理的连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Github的新手,生成SSH密钥看起来是必要的.并被老板告知了这一点,所以我需要遵守.

I'm new to Github and Generating SSH Keys look a neccessity. And was informed by my boss about this, so I need to comply.

我成功创建了SSH密钥,但是当我将其添加到ssh-agent时

I successfully created SSH Key but when I'm going to add it to the ssh-agent

这就是发生的事情

问题出在哪里?

推荐答案

似乎您需要在使用ssh-agent之前运行它:

It seems you need to run ssh-agent before using it:

eval `ssh-agent -s`

该问题在以下主题中得到了回答:无法打开与您的身份验证代理的连接

That question was answered in this topic: Could not open a connection to your authentication agent

这篇关于Git Bash:无法打开与身份验证代理的连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆