fatal:unable to connect to github.comの問題の解決

650 ワード


質問:
     Aptana Studio 3を使用してJQueryのプロンプトファイルをダウンロードする場合、次のエラーが頻繁に発生します.
$ git clone git://github.com/aptana/javascript-jquery.ruble.git
Cloning into 'javascript-jquery.ruble'...
fatal: unable to connect to github.com:
github.com[0:   IP]: errno=No error

 今日やっと解決策を見つけました.次のコマンドを実行します.
git config --global url."https://".insteadOf git:// 

 参照先:
http://blog.csdn.net/greenqingqingws/article/details/11808745