2016-12-12 8 views
4

私はJHipster(およびWindows 10)を使用して、新しいプロジェクトを作成しようとしているが、私は、この警告メッセージが出ます:よjhipsterは:への接続に失敗しました「のgit://github.com」

WARNING! Failed to connect to "git://github.com" 

残りの作成はスムーズに進みますが、後でgithubからコンポーネントが欠落しているため、プロジェクトは機能しません。

私は(https://github.com/rakuten-frontend/rff-doctor)RFF-医師を発見し、この診断研究のビットの後、私は私のプロキシを設定し、次の行が

git ls-remote http://github.com/angular/angular-phonecat.git 

答えて

4

に動作します:

× Failed to connect to "git://github.com". 
Error: Command failed: git ls-remote git://github.com/octocat/Spoon-Knife.git HEAD 
1. Check the Internet connection. 
2. If you are using HTTP proxy, try this command: 
     $ git config --global url."https://".insteadOf git:// 

を、私は、コマンドを実行し、次の接続が機能しました。

関連する問題