linux下Git代理設置

1.設置路由器 2.linux設置 git http proxy note:ip爲二級代理機的ip。 $ git config --global http.proxy http://192.168.0.101:808 $ git config --global https.proxy http://192.168.0.101:808 $ cat ~/.gitconfig [http] proxy
相關文章
相關標籤/搜索