欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

git push Connection reset by 52.74.223.119 port 22的解决方法

程序员文章站 2022-03-09 16:38:13
git push Connection reset by 52.74.223.119 port 22的解决方法...

出现的问题:

git bash 控制行命令:git push 向远程git仓库ssh地址推送的时候,命令行提示connection reset by 52.74.223.119 port 22

而git push 向远程git仓库http地址推送的时候正常推送

问题如图所示:

git push Connection reset by 52.74.223.119 port 22的解决方法

解决的方法:在window防火墙设置22端口1、window10安全中心-->高级设置

git push Connection reset by 52.74.223.119 port 22的解决方法

2、入站规则-->新建规则

git push Connection reset by 52.74.223.119 port 22的解决方法

3、选择端口

git push Connection reset by 52.74.223.119 port 22的解决方法

4、端口输入22

git push Connection reset by 52.74.223.119 port 22的解决方法

5、选择允许连接

git push Connection reset by 52.74.223.119 port 22的解决方法

6、下一步

git push Connection reset by 52.74.223.119 port 22的解决方法

7、添加名称和描述(随意填写)

 git push Connection reset by 52.74.223.119 port 22的解决方法

github无法访问的解决方法

在hosts文件中加入下列ip,保存即可生效

#github
192.30.253.113 github.com
192.30.253.113 github.com
192.30.253.118 gist.github.com
192.30.253.119 gist.github.com

windows下路径为:

c:\windows\system32\drivers\etc\hosts 

linux下路径:

/etc/hosts

到此这篇关于git push connection reset by 52.74.223.119 port 22的解决方法的文章就介绍到这了,更多相关git push报错内容请搜索以前的文章或继续浏览下面的相关文章,希望大家以后多多支持!

相关标签: Git push