Używam repozytorium Git przez kilka lat i nadal czuję się jak newb .. pomoc jest mile widziana!Błąd repozytorium Git: błąd RPC; result = 56, kod HTTP = 200
Zaczyna klonowania przez chwilę:
remote: Counting objects: 22394<br>
remote: Compressing objects: 100% (12314/12314)<br>
Receiving objects: 32% ....
Błąd:
error: RPC failed; result=56, HTTP code = 200<br>
fatal: The remote end hung up unexpectedly<br>
fatal: early EOF<br>
fatal: index-pack failed
Polecenie git:
git clone https://[username]:[password]@github.com/MegaWorldStudios/OmegatechV2.git "C:\OmegatechV2"
Git Wersja:
1.9. 4-preview20140929 (pobrane/zaktualizowane dzisiaj od git fellas)
Znalazłem pytania takie jak ta, ale żadna z odpowiedzi nie rozwiązuje problemu.
Próbowałem również:
Ustawianie postBuffer wyżej wymienione z podobnych stanowiskach
git config http.postBuffer 524288000<br>
git config --global http.postBuffer 524288000
Ustawianie --depth 1 i robi płytkie klona, że mogę później Pociągnij pulpit
Ustawianie --depth 2
error: RPC failed; result=18, HTTP code = 200
Cloning from a branch other than the main branch
Reinstalling the software and updating
Co to piekielna błędzie m ean i jaka jest poprawka/obejście?
Dziękuję bardzo z góry!
Anti-Virus? http://stackoverflow.com/questions/25442734/git-clone-error-rpc-failed-result-56-http-code-200 –
Czy możesz spróbować użyć adresu ssh? (jeśli możesz dodać swój klucz publiczny do tego prywatnego repozytorium) 'git clone [email protected]: MegaWorldStudios/OmegatechV2' – VonC
Prawdopodobnie istotne http://askubuntu.com/questions/186847/error-gnutls-handshake-falied-when -connecting-to-https-servers/187199 # 187199 – gknicker