git clone: Failed to connect to github.com port 443 after 21094 ms: Couldn‘t connect to server

fatal: unable to access *****: Failed to connect to github.com port 443 after 21094 ms: Couldn't connect to server

在csdn搜索各种尝试代理等等解决方法后均无效,可以尝试以下命令解除git端口限制

git config --global url.https://github.com/.insteadOf git://github.com/

你可能感兴趣的:(git)