gitclone时出现异常:fatal:unabletoaccesshttps:githu。。
git在 clone 代码的时候出现:fatal: unable to access 'github/spring-projects/spring-framework.git/': OpenSSL SSL_read: Connection was reset, errno 10054
解决⽅法:
只需要执⾏以下⼏⾏命令:
  git config --global --unset http.proxy
  git config --global --unset https.proxy
  git remote add origin git [github上⾯以http开头的url]
如果出现:fatal: Not a git repository (or any of the parent directories): .git  ,请先执⾏ git init,在执⾏ git remote add origin git [github上⾯以http开头的url]
unable
  就可以了

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。