[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error while trying to clone the Emacs git repo (via http)
From: |
Dan Čermák |
Subject: |
Re: Error while trying to clone the Emacs git repo (via http) |
Date: |
Wed, 25 Jan 2017 10:42:48 +0100 |
It's not just you:
$ git clone http://git.savannah.gnu.org/r/emacs.git/
Cloning into 'emacs'...
remote: Counting objects: 780227, done.
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
I however do not know whom to tell, mayble you can find some contact
info on the savannah webpage: https://savannah.gnu.org/
Dani Moncayo <dmoncayo@gmail.com> writes:
> Hello all,
>
> I'm trying to clone the Emacs git repository, from a cygwin
> environment, installed on my work PC. This PC connects to the
> internet through a corporate proxy server.
>
> I've configured git to know about the proxy:
>
> $ git config --global http.proxy http://myproxy.mycompany.com:xxxx
>
> And then I've tried to clone the repo:
>
> $ git clone -b master git://git.sv.gnu.org/emacs.git
> Cloning into 'emacs'...
> fatal: unable to connect to git.sv.gnu.org:
> git.sv.gnu.org[0: 208.118.235.72]: errno=Connection timed out
>
> My second try has been to uset the http protocol (since the proxy
> probably does not allow the git protocol):
>
> $ git clone http://git.sv.gnu.org/r/emacs.git
> Cloning into 'emacs'...
> remote: Counting objects: 780227, done.
> remote: aborting due to possible repository corruption on the remote side.
> fatal: protocol error: bad pack header
>
> The above error message suggests a problem on the remote side. So,
> could anyone try the above and see if it fails the same way?
>
> If the problem is actually on the server side, who could I report it to?
>
> TIA
>
> --
> Dani Moncayo