fatal: Not a git repository: '.git'

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

fatal: Not a git repository: '.git'

Eliot Miranda-2
 
Hi All,

    after recent changes to the scripts I'm seeing a lot of these errors:

        fatal: Not a git repository: '.git'

Not sure where they come from but they shouldn't arise.

_,,,^..^,,,_
best, Eliot
Reply | Threaded
Open this post in threaded view
|

Re: fatal: Not a git repository: '.git'

fniephaus
 
On Wed, Feb 7, 2018 at 11:47 PM Eliot Miranda <[hidden email]> wrote:
 
Hi All,

    after recent changes to the scripts I'm seeing a lot of these errors:

        fatal: Not a git repository: '.git'

Not sure where they come from but they shouldn't arise.

Maybe this is because of [1]? What happens if you run revert that commit ("git revert 0458c6a")?
 

_,,,^..^,,,_
best, Eliot
Reply | Threaded
Open this post in threaded view
|

Re: fatal: Not a git repository: '.git'

Jakob Reschke
 
To further debug the issue, you should enable tracing for the scripts.
For most shells, put set -x at the top of the relevant script(s).
Would be good to see the working directory when the git commands are
invoked.

Kind regards,
Jakob

2018-02-09 13:36 GMT+01:00 Fabio Niephaus <[hidden email]>:

>
> On Wed, Feb 7, 2018 at 11:47 PM Eliot Miranda <[hidden email]> wrote:
>>
>>
>> Hi All,
>>
>>     after recent changes to the scripts I'm seeing a lot of these errors:
>>
>>         fatal: Not a git repository: '.git'
>>
>> Not sure where they come from but they shouldn't arise.
>
>
> Maybe this is because of [1]? What happens if you run revert that commit ("git revert 0458c6a")?
>
> Fabio
>
> [1] https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/213
>
>>
>>
>> _,,,^..^,,,_
>> best, Eliot
>
>