git clone xxx报错解决-CSDN博客

292 阅读1分钟

【报错】

Cloning into ‘flask_fullstack’… fatal: unable to access ‘github.com/hynever/fla…: Recv failure: Connection was reset

【解决方式】
解除ssl验证后,再次git即可

git config --global http.sslVerify false

在这里插入图片描述
在这里插入图片描述