报错
fatal: unable to access 'https://github.com/selina64/sys/': Failed to connect to github.com port 443 after 21090 ms: Timed out
解决:使用代理
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
关闭代理
git config --global --unset http.https://github.com.proxy
git config --global --unset https.https://github.com.proxy
git config --global core.autocrlf false
博客提及Git使用中出现报错,解决办法是使用代理,还可关闭代理。同时提到让人抓狂的换行符LF和CRLF问题,聚焦于Git使用过程中的常见问题及应对。

4万+

被折叠的 条评论
为什么被折叠?



