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
相关文章
相关标签/搜索