解决git clone失败

Frank_Jin / 2023-08-15 / 原文

1.git bash中执行:

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

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

ipconfig/flushdns

3.重新clone即可