fatal: unable to access ‘https://github.com/Runner-Go-Team/RunnerGo.git/‘: Recv failure: Connection

Problem Description:

fatal: unable to access 'https://github.com/Runner-Go-Team/RunnerGo.git/': Recv failure: Connection was reset

Screenshot of the problem:

insert image description here

problem causes:

Generally, the error is reported because the SSL certificate of the server has not been signed by a third-party organization.

solution:

Reference address: https://blog.csdn.net/bblood307/article/details/120307064
After removing the ssl verification, just git again.
git config --global http.sslVerify false
insert image description here

Guess you like

Origin blog.csdn.net/qq_37515374/article/details/129644151