Re: [racket-dev] git error help?

2011-05-04 Thread D Herring

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\pltgit 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


Re: [racket-dev] git error help?

2011-05-04 Thread Robby Findler
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 dherr...@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\pltgit 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


_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

[racket-dev] git error help?

2011-04-25 Thread Robby Findler
Anyone recognize this? (git up is git pull --ff-only --stat --all)

C:\Users\Administrator\git\exp\pltgit 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

Thanks,
Robby
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] git error help?

2011-04-25 Thread Eli Barzilay
Four hours ago, Robby Findler wrote:
 Anyone recognize this? (git up is git pull --ff-only --stat --all)
 
 C:\Users\Administrator\git\exp\pltgit 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

Possibly an ssh problem?

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] git error help?

2011-04-25 Thread Robby Findler
I ended up just doing a git clone to get a new copy and that worked
fine. I also was able to update some other copy I had.

Mysterious. I'll just throw the tree away now.

Robby

On Mon, Apr 25, 2011 at 1:08 PM, Eli Barzilay e...@barzilay.org wrote:
 Four hours ago, Robby Findler wrote:
 Anyone recognize this? (git up is git pull --ff-only --stat --all)

 C:\Users\Administrator\git\exp\pltgit 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

 Possibly an ssh problem?

 --
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev