2012-12-22 25 views
7

मैं त्रुटि Git सफाई से नहीं छोड़ा हो रही है, जबकि GitHubGit धक्का त्रुटि: HTTP अनुरोध विफल: कछुआ Git में (निकास कोड 128) अनुरोध किया गया URL लौटे 504

में मास्टर करने के लिए अपने परिवर्तनों को धक्का
git.exe push -v --progress "origin" master:master 

Pushing to https://github.com/myproj/Net.git 
error: The requested URL returned 
error: 504 while accessing 
https://github.com/myproj/Net.git/info/refs?service=git-receive-pack 
fatal: HTTP request failed 

git did not exit cleanly (exit code 128) (63228 ms @ 22-12-2012 23:57:48) 

मैं पहले से ही How to resolve "git did not exit cleanly (exit code 128)" error on TortoiseGit?

लेकिन मैं HTTPS का उपयोग कर रहा हूं और एसएसएच नहीं। मेरा मतलब है कि मैंने जीथ्यूब से एचटीटीपीएस यूआरएल का उपयोग करके क्लोन किया। मुझे यह भी नहीं पता कि एसएसएच कैसे उत्पन्न किया जाए!

enter image description here

क्या ठीक होगा?

उत्तर

4

यहाँ उल्लेख किया है:

The 504 Gateway Timeout error is an HTTP status code that means that one server did not receive a timely response from another server that it was accessing while attempting to load the web page or fill another request by the browser.

This usually means that the other server is down or not working properly.

और वह वर्तमान GitHub status (दिसंबर की 22d) के साथ सुसंगत है:

We are currently experiencing major service outages across all services.

इसलिए जब कारण काफी समयनिष्ठ और मौजूदा नेटवर्क के लिए विशिष्ट है गिटहब पक्ष पर समस्या, आप प्रश्न एक समान त्रुटि संदेश वाले अन्य लोगों की सहायता कर सकते हैं:

504 का अर्थ है: अपस्ट्रीम सर्वर परेशानी में है।

+0

धन्यवाद। यह उपयोगी है –