git 拉取推送代码报错:kex_exchange_identification: Connection closed by remote hostConnection closed by 54.1

报错:

kex_exchange_identification: Connection closed by remote host
Connection closed by 54.151.144.214 port 22
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

解决办法:

重新获取本地ssh,复制ssh到gitLab

获取ssh:

1.Git生成密钥
设定Git的username和email
git config --global user.name "你的用户名"
git config --global user.email  "你的邮箱"
2.创建SSH key
cd ~/.ssh
ssh-keygen -t rsa -C "你的邮箱"
4.会出现以下的提示
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Zhou/.ssh/id_rsa):
一路回车默认就可以了,这样你的公钥和私钥就同时保存在了C:\Users\username\.ssh下了。
5.获取SSH key
cat id_rsa.pub

Github添加SSH key


点解GitHub界面的右上角头像,选择setting,然后点击SSH and GPG keys

  • 3
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值