Non-zero exit code without error

2017-02-07 Thread Serdar Sahin
Hi, When we execute the following lines, the exit code is 1, but it is unclear what is the reason of this exit code. Do you have any idea? git clone --mirror --depth 50 --no-single-branch g...@github.hede.com:Casual/hodo-server.git Cloning into bare repository 'hodo-server.git'... remote: Countin

Re: Non-zero exit code without error

2017-02-08 Thread Christian Couder
Hi, On Tue, Feb 7, 2017 at 12:27 PM, Serdar Sahin wrote: > Hi, > > When we execute the following lines, the exit code is 1, but it is > unclear what is the reason of this exit code. Do you have any idea? > > git clone --mirror --depth 50 --no-single-branch > g...@github.hede.com:Casual/hodo-serve

Re: Non-zero exit code without error

2017-02-08 Thread Serdar Sahin
Hi Christian, We are using a private repo (Github Enterprise). Let me give you the details you requested. On Git Server: git version 2.6.5.1574.g5e6a493 On my client: git version 2.10.1 (Apple Git-78) I’ve tried to reproduce it with public repos, but couldn’t do so. If I could get an error/l

Re: Non-zero exit code without error

2017-02-11 Thread Christian Couder
On Wed, Feb 8, 2017 at 11:26 AM, Serdar Sahin wrote: > Hi Christian, > > > We are using a private repo (Github Enterprise). Maybe you could try 'git fast-export --anonymize ...' on it. > Let me give you the > details you requested. > > > On Git Server: git version 2.6.5.1574.g5e6a493 > > On my c

Re: Non-zero exit code without error

2017-02-13 Thread Serdar Sahin
Thanks. I know it is hard to get an idea without being able to reproduce it. I think there is no alternative without debugging it with GDB. I’ve tried your suggestions and nothing has changed. I’ve also update the GIT as you suggested, but it is still the same. Just to see, if GIT server causes

Re: Non-zero exit code without error

2017-02-15 Thread Jeff King
On Tue, Feb 14, 2017 at 10:56:02AM +0300, Serdar Sahin wrote: > Just to see, if GIT server causes some issues, I’ve pushed to repo to > github public as a private repo, and can reproduce the issue there as > well. FWIW, that server will be running roughly the same version of Git that is on your G