2016-09-20 60 views
-1

先生, 其實我正在使用虛擬機,並在此上運行ubuntu。現在我正在嘗試使用命令「git clone git // git.ti.com/wilink8-wlan/build-utilities.git」來下載somw build腳本,但是我得到了錯誤 致命錯誤:無法連接git .ti.com: git.ti.com [0:198:47.29.151]錯誤=連接如拒絕下載wilink8構建腳本

Could you please help me to solve this error step by step. I am working on Ubuntu machine.In mine college network some proxy server is running. 

回答

-1

首先,遠程登錄從如下終端的代理服務器和端口;

telnet proxy.server.com 80 

如果telnet工作,運行如下;

git config --global http.proxy http://user:[email protected]:proxyport 

如果telnet不起作用,您應該修復虛擬機網絡。

+0

先生我能夠通過telent連接到代理服務器。我沒有得到的一件事是在這個命令:git config --global http.proxy http:// user:password @ proxyserver:proxyport我是什麼需要寫在http.proxy和我需要寫在userand我需要寫在密碼。 –