On Mon, Jul 19, 2010 at 14:02, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Ketan Padegaonkar <ketanpadegaonkar@xxxxxxxxx> writes: > >> We use http to serve our git repos, in order for git to not ask me a >> username/password everytime, > > Errr... WTF? Can't you configure SSH (use ssh-add, perhaps together with > tool such as keychain) to use public key based authentication? > I don't think SSH/ssh-agent/pubkey would actually help, given that it's a https URL. Unless I'm missing something here? >> I've put the following in my .git/config: >> >> [remote "origin"] >> url = https://user:pass@host/repo.git >> -- 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