git push origin master 报错:fatal: unable to access 'https://github.com/mrzhou49-49/cloud-config.git/': Open SSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决办法:执行以下命令
git --config --unset https.proxy
继续执行提交命令: git push origin master
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 8 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 621 bytes | 621.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/mrzhou49-49/cloud-config.git
089e988..921942c master -> master
本文介绍了解决使用git push origin master时遇到的SSL连接错误,通过清除https.proxy配置并成功提交的步骤。
9万+

被折叠的 条评论
为什么被折叠?



