From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: Git ksshaskpass to play nice with https and kwallet Date: Wed, 5 Oct 2011 13:55:36 -0400 Message-ID: <20111005175536.GB22962@sigill.intra.peff.net> References: <4E8ADDCF.6090406@drmicha.warpmail.net> <20111004105008.GA11789@sigill.intra.peff.net> <4E8AEDBD.4070404@drmicha.warpmail.net> <20111004113713.GA19171@sigill.intra.peff.net> <4E8AF812.5090906@drmicha.warpmail.net> <20111004124344.GA30162@sigill.intra.peff.net> <4E8B5553.2080706@drmicha.warpmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Git Mailing List To: Michael J Gruber X-From: git-owner@vger.kernel.org Wed Oct 05 19:55:44 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RBVh2-00076I-5f for gcvg-git-2@lo.gmane.org; Wed, 05 Oct 2011 19:55:44 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935105Ab1JERzj (ORCPT ); Wed, 5 Oct 2011 13:55:39 -0400 Received: from 99-108-226-0.lightspeed.iplsin.sbcglobal.net ([99.108.226.0]:53947 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755293Ab1JERzi (ORCPT ); Wed, 5 Oct 2011 13:55:38 -0400 Received: (qmail 906 invoked by uid 107); 5 Oct 2011 17:55:37 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Wed, 05 Oct 2011 13:55:37 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Wed, 05 Oct 2011 13:55:36 -0400 Content-Disposition: inline In-Reply-To: <4E8B5553.2080706@drmicha.warpmail.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 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@bitbucket.org/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@github.com/peff/git.git Password for 'github.com': Using v1.7.7 produces similar results. -Peff