gitHub报错 Unable to connect to relay host
git拉取报错问题解决
·
报错解决
环境: windows10电脑 ssh方式拉取git代码
完整报错
FATAL: Unable to connect to relay host, errno=10061
ssh_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决问题过程
删除了config 定义的host 地址。
在vim编辑器里面直接dd删除,然后esc wq! 保存退出来。
重新生成密钥
ssh-keygen
查看密钥
cd ~/.ssh/
cat id_rsa.pub
登陆github,填入密钥
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)