I'm not sure either where it comes from, you can try and see if you can
enable "debug mode"on your shell:

bash -x -c rake sidekiq:start

for
example, will ​show you what commands are run, each command is executed and
printed, with a + before it (one plus character for each level of the sub
shells)

Lee Hambley
--
http://lee.hambley.name/
+49 (0) 170 298 5667

On 1 October 2014 11:03, Nicholas Wieland <[email protected]> wrote:

> On Tuesday, September 30, 2014 8:03:20 PM UTC+2, Lee Hambley wrote:
>>
>> The `fatal: not a git repository` isn't what is blowing up your
>> deloyment, it seems like many of those are streaming out of tools such as
>> bundler, and sidekiq which probably try and do something like grab the HEAD
>> sha hash, for log messages or something.
>>
>> From the logs posted, I actually can't see what is failing either, sorry
>> that's not more helpful.
>>
>> If you can, please try SSHKit from master, you can specify the `git:
>> ........` URL in your Gemfile, and it should default to the tip of the
>> master branch, from there you might get better error logging (well, I know
>> for sure you will, I just hope it shows more about why your deployment is
>> failing)
>>
>
> Ok, I managed to debug this not by upgrading SSHkit (the output was pretty
> much the same than before) but by running all commands one by one.
> Now my deploy runs just fine, finally, thanks a lot for your help.
> I still have that "fatal: not a git repository" error, how can I get rid
> of it? I have no idea what it is.
>
>   ngw
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Capistrano" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/capistrano/0dbf58d4-2d61-4e53-91b5-25f0fe4f7c58%40googlegroups.com
> <https://groups.google.com/d/msgid/capistrano/0dbf58d4-2d61-4e53-91b5-25f0fe4f7c58%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/CAN_%2BVLXFfkvoObEoOSeV-hDz6cJJ6wEZ2m1nZrqfA%2BPmQObiKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to