Git问题

Author Avatar
A梦
发表:2022-10-24 23:38:54
修改:2024-04-21 01:02:25

OpenSSL SSL_read: Connection was aborted, errno 10053

输入:

git config --global http.sslVerify "false"

每次clone/push代码都需要这么操作,省略这步操作则用TortoiseGit将git中 .gitConfig 修改为 sslverify=false

评论