解决git 慢 ---------git设置代理和删除代理

git config --global http.proxy http://192.168.1.2:7890  
git config --global https.proxy https://192.168.1.2:7890  
                                                        
git config --global --unset http.proxy                 
                                                        
git config --global --unset https.proxy                
posted @ 2021-09-15 15:45  simp00  阅读(374)  评论(0编辑  收藏  举报