ssh: connect to host github.com port 22: Connection refusedfatal: Could not read from remote reposi

当执行git命令如:git clone、git pull等等

出现报错:ssh: connect to host github.com port 22: Connection timed outfatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.

问题主要出在是ssh密钥上,需要重置密钥,而且在git上添加

打开cmd

 

输入命令

ssh-keygen -t rsa -C "您的email"

一路回车,遇到(y/n)选择 y

在用户的.ssh下生成了两个SSH Key的秘钥对,id_rsa是私钥,不能泄露出去,id_rsa.pub是公钥,可以放心地告诉任何人。一般在c盘下查看

这里写图片描述

 去git上设置密钥

1.

 2.打开本地的id_rsa.pub(公钥),将内容复制进去即可

 

github端配置完毕即可推送代码。

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值