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
某次測試了網絡工業攝像頭後,上網出現問題,後來解決了,考慮到安裝攝像頭驅動時,修改了巨型幀配置,因此解決的可能操做是:代理