上传项目时 出现报错:fatal: unable to access 'https://code.aliyun.com/30-common/glcYwpt.git/': Failed to connect to code.aliyun.com port 443: Timed out
解决方法:
- 查看当前的代理:
git config --global http.proxy
- 取消当前的代理:
git config --global --unset http.proxy
上传项目时 出现报错:fatal: unable to access 'https://code.aliyun.com/30-common/glcYwpt.git/': Failed to connect to code.aliyun.com port 443: Timed out
解决方法:
git config --global http.proxy
git config --global --unset http.proxy