before implementing it on my Debian remote server, I am testing
Gitorious locally...
Installation went fine...
then running in RAILS_ENV=development , I created my first user
( yves) , and first project (webistrano)
also introduced my ssh_rsa key (found in my   ~/.ssh/id_rsa.pub
and I run the task_performer  :    RAILS_ENV=development ./script/
task_performer
.. good , got the user, the project and the ssh key into my local
Glitorious server !

 "mainline" repository in webistrano
    * Public clone url: git://localhost/webistrano/mainline.git
    * HTTP clone url: http://git.localhost/webistrano/mainline.git
    * Push url: [EMAIL PROTECTED]:webistrano/mainline.git

went into my webistrano app directory
# git init
# git remote add origin [EMAIL PROTECTED]:webistrano/mainline.git
# git push origin master
The authenticity of host 'localhost (::1)' can't be established.
RSA key fingerprint is 4c:5d:00:0a:74:3d:9c:a0:94:dc:99:1a:db:
79:77:34.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'localhost' (RSA) to the list of known
hosts.
Password:

then asking me a password...  but the rsa_key is correct ...

as Georges Cloney will ask : what else ?

thanks for your lights

erwin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to