EAW <[EMAIL PROTECTED]> wrote:
> I was able to clone the repository OK, but then I made some changes,  
> committed them, and then ran:
> 
> $ git push ssh://[EMAIL PROTECTED]/encoded/mpd.git
> Enter passphrase for key '/home/ericw/.ssh/id_dsa_xmtp':
> ERROR:gitosis.serve.main:Repository read access denied
> fatal: The remote end hung up unexpectedly
> 
> Anyone have any clue what's up with that?  Am I making a mistake with  
> my git push command?

Actually, it's:

  [EMAIL PROTECTED]:git.musicpd.org/encoded/mpd.git

I have my server configured for virtual hosting for git-daemon and HTTP
pull access, but (as far as I know) it doesn't work with SSH, so you
need to put the path of the domain you're connecting to, too.

Perhaps I should publish the push url like this to make it less confusing:

  [EMAIL PROTECTED]:/home/git/git.musicpd.org/encoded/mpd.git

Or, if we want to be safe from DNS hijackers trying to steal our code :D

  [EMAIL PROTECTED]:git.musicpd.org/USERNAME/PROJECT.git

-- 
Eric Wong

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to