This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb-python git repository


 > I believe git:// uses ssh underneath, so by switching to http you shouldn't
 > be getting any passphrase prompts I guess... (wave hand)

I had presumed it was just a more efficient protocol for downloading the
repository.  At the end I got:

    ...
    cat: /home/nickrob/mainline/.git/refs/remotes/origin/master: No such file or directory
    fatal: : not a valid SHA1
    fatal: Not a valid object name HEAD

but it seemed to work, as I could build GDB and git-pull now gives:

    ...
    Fetching refs/heads/python-revisited from http://git.gitorious.org/gdb-python/mainline.git using http
    Already up-to-date.

I guess CVS has a similar set of arcane rules, but at least they're ones that I
generally know.

Perhaps it's worth putting how to do this `anonymous' clone on the Wiki.

Thanks.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]