Hi Erwin, On Fri, Nov 28, 2008 at 5:11 PM, Erwin <[EMAIL PROTECTED]> wrote: > > 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:
It's probably the easiest if you add the key through the web ui, and then run the task_performer (env RAILS_ENV=develment ruby script/task_performer", then it'll add the proper formatted key to $GIT_USER_HOME/.ssh/authorized_keys See the config/gitorious.yml.sample for how to setup the proper paths etc Cheers, JS > > 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 -~----------~----~----~----~------~----~------~--~---
