Win7代理查询:Internet属性->链接->局域网设置->代理服务器git
Ubuntu全系统设置: System Settings -> Network -> Network proxy -> Manual -> Input the right IP&Port -> Apply system wide服务器
注意address、netmask、gateway都要填网络
Git设置代理:ide
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
# Example
git config --global https.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080
Git取消代理:测试
git config --global --unset http.proxy
git config --global --unset https.proxy
Win7下的TortoiseGit: Settings -> Network -> Enable Proxy Server -> ...spa
某次测试了网络工业摄像头后,上网出现问题,后来解决了,考虑到安装摄像头驱动时,修改了巨型帧配置,因此解决的可能操做是:代理