Push failed: Unable to access ‘https://github.com/1803963463a/helloGit.git/‘: OpenSSL SSL_read: Conn
在网上寻找答案 ,最终在Git Bash里面输入以下指令:
git config --global git.sslVerify false;
Push 成功 。
结论:
git clone 遇到问题:fatal: unable to access ‘https://github.comxxxxxxxxxxx’: Failed to connect to xxxxxxxxxxxxx
将命令行里的http改为git重新执行。
...
转载
2021-10-16 21:17:15 ·
183 阅读 ·
0 评论