Than you!
I finally managed to push my sources to gitorious.

> Your account is virtual,  the ssh user is actually called 'git' for everyone 
> and the system tells us apart by the key we use.
Aha, so one shared shared user - 'git'.

This however brought one more issue - I am logged as 'espinosa' (linux
system) and there is no such user as 'git' on my system.
EGit bothered me with asking for password of (non existing) key
storage of non existing user 'git'.
The only solution I found was to remove password from my 'espinosa'
key storage.
Finally then EGit happily took public key of a just logged user (that
is me logged as 'espinosa') and I was able to commence the pushing.

I used command:
ssh-keygen -p ..and set empty passphrase when asked for a new one.

> Just use the Url gitorious gives you, prefix it with ssh://.
Well you have to also convert the ridiculous ':' to a normal server
name and path separator of '/'.

So the final URL accepted by EGit was:
ssh://[email protected]/esp-home/esp-home.git
(instead [email protected]:esp-home/esp-home.git)

These are vital information! Someone should post them / blog them to
Gitorious documentation or help!


-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to