报错
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