0
点赞
收藏
分享

微信扫一扫

【EdgeBox-8120AI-TX2】Ubuntu18.04 + ROS_ Melodic + 星秒PAVO2单线激光 雷达评测

飞鸟不急 2024-04-26 阅读 5

目录

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博客

举报

相关推荐

0 条评论