網絡問題-代理設置

 

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

 

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

  1. 網絡共享中心->更改適配器設置->網絡(本地)鏈接->屬性(在上半部分)->網絡->配置->高級->巨型幀->關閉(後來證實不是巨型幀設置問題)
  2. 網絡共享中心->更改適配器設置->網絡(本地)鏈接->雙擊IPv4協議->使用下面IP和使用下面DNS->確認所有修改正確
相關文章
相關標籤/搜索