2012-12-22 9 views
7

otrzymuję git błąd nie wyjść czysto (kod wyjścia 128) Tortoise Git podczas pchania moje zmiany do opanowania w GitHubbłąd Push git: HTTP Żądanie nie powiodło się: Żądany URL zwrócone 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) 

I już wspomniano How to resolve "git did not exit cleanly (exit code 128)" error on TortoiseGit?

Ale używam HTTPS, a nie SSH. Mam na myśli sklonowanie przy użyciu adresu URL HTTPS z GITHub. Nie mam pojęcia, jak wygenerować SSH!

enter image description here

Co będzie naprawić?

Odpowiedz

4

Jak wspomniano tutaj:

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.

I to jest spójne z obecnym GitHub status (22d grudnia):

We are currently experiencing major service outages across all services.

Więc gdy przyczyna jest dość punktualny i specyficzne dla danej sieci problem na stronie GitHub, pytanie może pomóc innym z podobnym komunikatem o błędzie:

504 oznacza: serwer na wyższym poziomie ma kłopoty.

+0

Dziękuję. To jest użyteczne –

Powiązane problemy