Hi, On Tue, 6 Nov 2007, Piet Delaney wrote: > I'm getting an error when I try to push back a git repository > that I just pulled and made a slight change to: > ------------------------------------------------------------------------------------- > -bash-3.00$ git push > [...] > error: failed to push to 'git://cvs.bluelane.com/home/git/blux' For security reasons, you cannot push to git://, by default. git:// does not have any form of authentication or encryption. You need to use the ssh protocol (probably something like cvs.bluelane.com:/home/git/blux in your case). Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html