报错:
fatal: unable to access 'https://github.com/ruanwenjun/JAVAWeb-Project.git/': Re
cv failure: Connection was aborted
解决办法:
1.在git中执行
git config --global --unset http.proxy
git config --global --unset https.proxy
2.在电脑终端执行:
ipconfig /flushdns
清理DNS缓存
标签:git,--,clone,global,https,config,代码 From: https://www.cnblogs.com/OooheNcy/p/17803286.html