700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > ssh: connect to host gitlab.rails.cn port 22: Connection timed outfatal: Could not read from remote

ssh: connect to host gitlab.rails.cn port 22: Connection timed outfatal: Could not read from remote

时间:2020-08-23 23:13:23

相关推荐

ssh: connect to host gitlab.rails.cn port 22: Connection timed outfatal: Could not read from remote

产生原因:一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错

参考网上解决办法:解除ssl验证后,再次git即可

先运行

git config --global http.sslVerify "false"

然后再进行下拉 或者 提交代码等操作

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。