git命令中的问题
1 | fatal: unable to access 'https://github.com/TBgHg/vue-manage-system.git/': OpenSSL SSL_read: Connection was reset, errno 10054 |
这个解决办法是从stackoverflow上找到的:
https://stackoverflow.com/questions/9008309/how-do-i-set-git-ssl-no-verify-for-specific-repos-only
For a single repo:
git config http.sslVerify “false”
For all repo:
git config –global http.sslVerify “false”
文件大小的上限设置:
1 | git config --global http.postBuffer 524288000 |
评论
评论插件加载失败
正在加载评论插件