जब जेनकिन्स इस आदेश की कोशिश करता है:
git ls-remote --tags --heads https://github.com/angular/bower-angular-resource.git
यह विफल हो जाता है और बिल्ड को तोड़ता है, कंसोल में एक ही कमांड की कोशिश करने से एक ही त्रुटि संदेश मिला:
[userr1@DEV-ECM ~]$ git ls-remote --tags --heads https://github.com/angular/bower-angular-resource.git
error: while accessing https://github.com/angular/bower-angular-resource.git/info/refs
fatal: HTTP request failed
किसी को भी एक ही समस्या है? कोई समाधान? :(
1 संपादित करें:
[userr1@DEV-ECM ~]$ ping github.com
PING github.com (192.30.253.112) 56(84) bytes of data.
64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=1 ttl=49 time=134 ms
64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=2 ttl=49 time=152 ms
64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=3 ttl=49 time=131 ms
2 संपादित करें: फ़ायरफ़ॉक्स में डेस्कटॉप से url तक पहुंचने की कोशिश में यह त्रुटि हुई:
सिस्टम ऑफ़लाइन है या किसी अन्य कारण से github.com तक नहीं पहुंच सकता है। यह एक मुद्दा नहीं है; यह एक नेटवर्किंग मुद्दा है।
—
jayhendren
@jayhendren सर्वर github.com को पिंग कर सकता है
—
अल्फ्रेडो एम
पिंग (ICMP) HTTPS कनेक्शन के समान नहीं है; वे पूरी तरह से अलग प्रोटोकॉल हैं।
—
jayhendren