On Tue, Oct 04, 2011 at 08:49:55PM +0200, Michael J Gruber wrote: > We seem to mean something different: > > git config --get remote.bitbucket.pushurl > https://grubix@xxxxxxxxxxxxx/grubix/git.git > SSH_ASKPASS= git push -n bitbucket > Username for 'bitbucket.org': > > I mean that git should not need to ask for the username here. No, we are in agreement about the intended behavior. I think you are seeing a bug. What version of git produced it? With my http-auth series, I get: $ git push https://github.com/peff/git.git Username for 'github.com': $ git push https://peff@xxxxxxxxxx/peff/git.git Password for 'github.com': Using v1.7.7 produces similar results. -Peff -- 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