1.git bash中执行:
git config --global --unset http.proxy git config --global --unset https.proxy
2.刷新dns缓存,在cmd中执行:
ipconfig/flushdns
3.重新clone即可