2016-09-20 61 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我需要写在密码。 –