2014-04-01 9 views
7

Sto usando questo progetto middleman e il tentativo di eseguire la pergola di installazione e ottenere il seguente ...Perché viene visualizzato questo errore quando si esegue "bower install"?

bower not-cached git://github.com/jquery/jquery.git#~2.0 
bower resolve  git://github.com/jquery/jquery.git#~2.0 
bower not-cached git://github.com/appleboy/normalize.scss.git#~2.1 
bower resolve  git://github.com/appleboy/normalize.scss.git#~2.1 
bower not-cached git://github.com/Modernizr/Modernizr.git#~2.6.2 
bower resolve  git://github.com/Modernizr/Modernizr.git#~2.6.2 
bower ECMDERR  Failed to execute "git ls-remote --tags --heads git://github.com/jquery/jquery.git", exit code of #128 

Additional error details: 
fatal: unable to connect to github.com: 
github.com[0: 192.30.252.128]: errno=Connection refused 

Grazie!

+0

Potrebbe essere un problema temporaneo sul lato Githubs, hai provato di nuovo? –

risposta

10

Avevo un problema simile e la mia rete aveva alcune porte bloccate. Quello che ho provato (e lavorato) stava costringendo git ad usare connessioni "https" invece di "git". Spero che aiuti:

git config --global url."https://".insteadOf git:// 
+0

Grazie. Grazie. Non ho idea di quanto questo mi abbia aiutato;) – ErikTheDeveloper