2014-04-01 14 views
7

मैं इस middleman परियोजना का उपयोग कर रहा है और बोवर स्थापित करें और निम्नलिखित मिल चलाने का प्रयास कर ...जब मैं 'बॉवर इंस्टॉल' चलाता हूं तो मुझे यह त्रुटि क्यों मिलती है?

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 

धन्यवाद!

+0

गिथब्स पक्ष पर अस्थायी रूप से समस्या हो सकती है, क्या आपने इसे फिर से प्रयास किया? –

उत्तर

10

मेरे पास एक समान समस्या थी और मेरे नेटवर्क के कुछ बंदरगाहों को अवरुद्ध कर दिया गया था। मैंने जो कोशिश की (और काम किया) गिट को "गिट" के बजाय "https" कनेक्शन का उपयोग करने के लिए मजबूर कर रहा था। उम्मीद है कि यह मदद करता है:

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

धन्यवाद। धन्यवाद। कोई विचार नहीं कि यह सिर्फ मेरी मदद कैसे करता है;) – ErikTheDeveloper

संबंधित मुद्दे