Re: Non-zero exit code without error

2017-02-13 Thread Serdar Sahin
some issues, I’ve pushed to repo to github public as a private repo, and can reproduce the issue there as well. Thanks for your support. On Tue, Feb 14, 2017 at 10:53 AM, Serdar Sahin wrote: > Hi Christian, > > Thanks. I know it is hard to get an idea without being able to reproduc

Re: Non-zero exit code without error

2017-02-08 Thread Serdar Sahin
repository.git serdar$ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git gc --auto 13:23:45.899038 git.c:350 trace: built-in: git 'gc' '--auto' MacOSX:code_repository.git serdar$ echo $? 0 MacOSX:code_repository.git serdar$ On Wed, Feb 8, 2017 at 1:07 PM, Christian Couder w

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