解决git clone失败

Posted on 2023-08-14 21:59  Frank_Jin  阅读(331)  评论(0编辑  收藏  举报

1.git bash中执行:

git config --global --unset http.proxy
git config --global --unset https.proxy

2.刷新dns缓存,在cmd中执行:

ipconfig/flushdns

3.重新clone即可