錯誤信息
原因分析:
應(yīng)該使用https讀數(shù)據(jù)
解決方法:
git config --global url."https://github.com".insteadOf git://github.com
但是仍然會報錯,報錯信息如下:
再次解決:
$ git config --global --unset http.proxy
$ git config --global --unset https.proxy
使用git clone 再次拷貝項目,成功?。?!文章來源:http://www.zghlxwxcb.cn/news/detail-596138.html
文章來源地址http://www.zghlxwxcb.cn/news/detail-596138.html
到了這里,關(guān)于git clone 報錯:fatal: unable to connect to github.com:github.com[0: x.x.x.x]: errno=Unknown err的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!