[Carpet] Repository migration finished
Erik Schnetter
schnetter at cct.lsu.edu
Mon Mar 3 02:31:41 CET 2008
On Mar 2, 2008, at 19:23:22, Luca Baiotti wrote:
> Erik Schnetter wrote:
>> On Mar 2, 2008, at 17:57:48, Luca Baiotti wrote:
>>
>>> Hi Erik,
>>>
>>> the webpage on how to clone with git has some typos in these lines
>>>
>>>
>>> Git Repository
>>> Write access to Carpet git repositories is also handled via ssh.
>>> Once
>>> you have an account set up, you obtain e.g. the development
>>> version with
>>>
>>> cd Cactus
>>> git clone carpetgit at carpetcode.dyndns.org:carpet.git
>>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> What is wrong with this line? This syntax should use git over ssh to
>> obtain the development version from the new server. I have just
>> tested
>> this line again -- it works for me.
>
> On belladonna, I get:
>
> LB-belladonna > git clone carpetgit at carpetcode.dyndns.org:carpet.git
> Initialized empty Git repository in /home/baiotti/tmp/carpet/.git/
> Password:
>
>
>
> So it asks for a password.
> Instead:
>
>
> LB-belladonna > git clone -o carpet git://carpetcode.dyndns.org/
> carpet.git
> Initialized empty Git repository in /home/baiotti/tmp/carpet/.git/
> remote: Generating pack...
> [...]
>
>
> And proceeds well.
Luca,
you are using different commands on the two machines. The first is
for read/write access, which requires a password, or ssh keys set up.
The second is for anonymous read-only access, which does not ask for a
password.
-erik
--
Erik Schnetter <schnetter at cct.lsu.edu> http://www.cct.lsu.edu/~eschnett/
My email is as private as my paper mail. I therefore support encrypting
and signing email messages. Get my PGP key from www.keyserver.net.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : /archives/developers/attachments/20080302/e2d68d35/attachment-0001.pgp
More information about the developers
mailing list