解决vscode git push不成功,总是弹出“...reset”或“...Timeout”错误问题?
问题:解决vscode git push不成功,总是弹出“…reset”或“…Timeout”错误问题?解决方法:cmd刷新一下ip缓存:ipconfig /flushdns
·
问题:
解决vscode git push不成功,总是弹出“…reset”或“…Timeout”错误问题?
解决方法:
cmd刷新一下ip缓存:
ipconfig /flushdns
第二种
git push报错:OpenSSL SSL_read: Connection was reset
问题描述
好久没有跟新github今天提交了一次发现报错了
fatal: unable to access ‘https://github.com/jlundo/demo.git/’: OpenSSL SSL_read: Connection was reset, errno 10054
问题分析
从报错中可以看出ssl 链接重置了
解决方法
1.查看git配置
git config --global -l
2.检查环境变量
env|grep -i proxy
执行完上面两个命令,再次执行git push就成功了。
更多推荐
已为社区贡献3条内容
所有评论(0)