2016-09-20 10 views
-1

サー、 実際に私はこれに仮想マシンとubuntuを実行しています。今私の開発のために私は "git clone git // git.ti.com/wilink8-wlan/build-utilities.git"コマンドを使ってsomwビルドスクリプトをダウンロードしようとしていますが、エラーが発生しました 致命的なエラー: .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のプロキシサーバとポートを拒否しました。

telnet proxy.server.com 80 

telnetが動作する場合は、次のように実行します。

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

telnetが機能しない場合は、仮想マシンネットワークを修正する必要があります。

+0

私はtelentを介してプロキシサーバーに接続できます。私が得意でないことの1つは、次のコマンドです。git config --global http.proxy http:// user:password @ proxyserver:proxyport what i http.proxyに書き込む必要があります。私はuserとパスワードを書く必要があります。 –

関連する問題