[racket-dev] git error help?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed May 4 12:12:07 EDT 2011

Thanks! (I don't know why, but I'm just getting this message now.)

Robby

On Sun, May 1, 2011 at 2:04 AM, D Herring <dherring at tentpost.com> wrote:
> On 04/25/2011 10:32 AM, Robby Findler wrote:
>>
>> Anyone recognize this? (git up is git pull --ff-only --stat --all)
>>
>> C:\Users\Administrator\git\exp\plt>git up
>> Fetching origin
>> error: unable to resolve reference refs/remotes/origin/master: No error
>>  From git:plt
>>  ! [new branch]      master     ->  origin/master  (unable to update local
>> ref)
>> error: Could not fetch origin
>
> For the future, try 'git fetch -v origin'.  A pull is a fetch plus a merge,
> this error indicates the fetch was failing, and the verbose fetch might give
> more diagnostics.
>
> The following commands show the settings used by fetch.
> # git config remote.origin.url
> # git config remote.origin.fetch
>
> Maybe one of them was broken?
>
> - Daniel
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>



Posted on the dev mailing list.