目录
ubuntu设置代理方法
git 中
ubuntu设置代理方法
(1) .bashrc中写
或者
(2) 当自己的 虚拟机选择default switch,保持了虚拟机与本机的联通性(host模式好像),这时,可以
好像直接用对外网桥197,就会不行。
git 中
git conifg --global http[s].proxy http[s]://ip:port
git config --global http.proxy "192.168.0.46:10809"
取消git中的代理 ,参考
【vscode】 unable to connect to github.com-CSDN博客