[darcs-users] darcs with ssh
David J. Neu
djneu at att.net
Sun Jun 4 19:57:03 UTC 2006
Hi,
When trying to use darcs via ssh, I keep getting prompted for my
password.
I'm using version 1.0.7.
Sorry if this got sent twice.
Thanks in advance for any help!
Cheers,
David
cd ~/tmp
mkdir myproject
cd myproject
darcs init
cp /tmp/test.lisp .
darcs add test.lisp
darcs record -am "Initial import."
Darcs needs to know what name (conventionally an email address) to use as the
patch author, e.g. 'Fred Bloggs <fred at bloggs.invalid>'. If you provide one
now it will be stored in the file '_darcs/prefs/author' and used as a default
in the future. To change your preferred author address, simply delete or edit
this file.
What is your email address? me at myhost.org
Finished recording patch 'Initial import.'
cd /tmp
darcs get me at 127.0.0.1:tmp/myproject
password:
password:
password:
etc.
OR
darcs get me at 127.0.0.1:~/tmp/myproject
password:
password:
password:
etc.
More information about the darcs-users
mailing list