From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PJ Weisberg Newsgroups: gmane.emacs.help Subject: Re: Git never commits, Magit never pushes Date: Mon, 4 Apr 2011 23:30:40 -0700 Message-ID: References: <807hbdceab.fsf@somewhere.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1301985079 349 80.91.229.12 (5 Apr 2011 06:31:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Apr 2011 06:31:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 05 08:31:16 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6znG-0004Kz-AV for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2011 08:31:14 +0200 Original-Received: from localhost ([127.0.0.1]:46138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6znF-0007HW-I7 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2011 02:31:13 -0400 Original-Received: from [140.186.70.92] (port=47444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6zmp-0007F3-5v for help-gnu-emacs@gnu.org; Tue, 05 Apr 2011 02:30:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6zmo-0002AA-4g for help-gnu-emacs@gnu.org; Tue, 05 Apr 2011 02:30:47 -0400 Original-Received: from p3plsmtpa06-09.prod.phx3.secureserver.net ([173.201.192.110]:57713) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q6zmn-000295-TU for help-gnu-emacs@gnu.org; Tue, 05 Apr 2011 02:30:46 -0400 Original-Received: (qmail 4086 invoked from network); 5 Apr 2011 06:30:43 -0000 Original-Received: from unknown (209.85.161.41) by p3plsmtpa06-09.prod.phx3.secureserver.net (173.201.192.110) with ESMTP; 05 Apr 2011 06:30:42 -0000 Original-Received: by fxm18 with SMTP id 18so78607fxm.0 for ; Mon, 04 Apr 2011 23:30:40 -0700 (PDT) Original-Received: by 10.223.100.86 with SMTP id x22mr3718931fan.108.1301985040685; Mon, 04 Apr 2011 23:30:40 -0700 (PDT) Original-Received: by 10.223.96.143 with HTTP; Mon, 4 Apr 2011 23:30:40 -0700 (PDT) In-Reply-To: <807hbdceab.fsf@somewhere.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 173.201.192.110 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80615 Archived-At: On 4/2/11, S=E9bastien Vauban wrote: > There I can perfectly stage files and even commit them. But I cannot *pus= h* > them: the command never returns, it never completes its work (stays "git > push" > in the modeline). As a workaround you could use a private key that doesn't require a password and/or set the GIT_SSH env variable to point to some program that's capable of asking for one within Magit. -PJ