git config --global http.proxy $http_proxy
git config --global https.proxy $https_proxy ref: http://stackoverflow.com/questions/20370294/could-not-resolve-host-github-com-error-while-cloning-remote-repository-in-git
本文共 215 字,大约阅读时间需要 1 分钟。
git config --global http.proxy $http_proxy
git config --global https.proxy $https_proxy ref: http://stackoverflow.com/questions/20370294/could-not-resolve-host-github-com-error-while-cloning-remote-repository-in-git
转载地址:http://nfkoo.baihongyu.com/