* non-anonymous git appears to have troubles
@ 2012-05-19 22:23 Paul Pluzhnikov
2012-05-19 22:25 ` Paul Pluzhnikov
0 siblings, 1 reply; 2+ messages in thread
From: Paul Pluzhnikov @ 2012-05-19 22:23 UTC (permalink / raw)
To: overseers
Greetings,
This works:
$ grep -A2 '"origin"' .git/config
[remote "origin"]
url = git://sourceware.org/git/glibc.git
fetch = +refs/heads/*:refs/remotes/origin/*
$ git pull
Already up-to-date.
But this doesn't:
$ grep -A2 '"origin"' .git/config
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = ssh://ppluzhnikov@sourceware.org/git/glibc.git
$ git pull
You don't exist, go away!
fatal: The remote end hung up unexpectedly
Help?
Thanks,
--
Paul Pluzhnikov
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: non-anonymous git appears to have troubles
2012-05-19 22:23 non-anonymous git appears to have troubles Paul Pluzhnikov
@ 2012-05-19 22:25 ` Paul Pluzhnikov
0 siblings, 0 replies; 2+ messages in thread
From: Paul Pluzhnikov @ 2012-05-19 22:25 UTC (permalink / raw)
To: overseers
On Sat, May 19, 2012 at 3:22 PM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
> But this doesn't:
> $ git pull
> You don't exist, go away!
> fatal: The remote end hung up unexpectedly
Local configuration blunder. I do in fact not exist on a local system :-(
Sorry about the noise.
--
Paul Pluzhnikov
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-19 22:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-19 22:23 non-anonymous git appears to have troubles Paul Pluzhnikov
2012-05-19 22:25 ` Paul Pluzhnikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).