From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: Re: Git never commits, Magit never pushes Date: Tue, 05 Apr 2011 14:01:04 +0200 Organization: Sebastien Vauban Message-ID: <80ei5gucu7.fsf@somewhere.org> References: <807hbdceab.fsf@somewhere.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1302007271 27145 80.91.229.12 (5 Apr 2011 12:41:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Apr 2011 12:41:11 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Tue Apr 05 14:41:08 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 1Q75ZD-0003zW-Tz for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2011 14:41:08 +0200 Original-Received: from localhost ([127.0.0.1]:46272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q75ZD-00069A-7l for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2011 08:41:07 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 48 Injection-Info: mx03.eternal-september.org; posting-host="No+jx9xcG75RY5G9Zb0asg"; logging-data="24518"; mail-complaints-to="abuse-VVbKFVtnif8H+i2N2EyTrmui9UKz+5OX@public.gmane.org"; posting-account="U2FsdGVkX1+i1QkZ+7O5aAwyj3YH1qtO" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) X-Archive: encrypt Cancel-Lock: sha1:TVndXMviI19CKwLEFJRMRYsv5aM= sha1:kUnmd7nmCAx051ME9C+oLVsveY8= X-Url: Under construction... Original-Xref: usenet.stanford.edu gnu.emacs.help:186503 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:80617 Archived-At: Hi PJ Weisberg, PJ Weisberg wrote: > On 4/2/11, S=C3=A9bastien Vauban wrote: > >> There I can perfectly stage files and even commit them. But I cannot *pu= sh* >> them: the command never returns, it never completes its work (stays "git >> push" in the modeline). In the *magit-process* buffer: --8<---------------cut here---------------start------------->8--- $ git --no-pager push -v origin master Pushing to git-VglghZ3J0L77m/ziVfR4gQ@public.gmane.org:src/src.git --8<---------------cut here---------------end--------------->8--- nothing more. >From the command-line: --8<---------------cut here---------------start------------->8--- sva@MEDIACENTER:.../src/src 0$ git push Enter passphrase for key '/cygdrive/c/home/sva/.ssh/id_rsa': << (entered my password) Counting objects: 31, done. Delta compression using up to 2 threads. Compressing objects: 100% (18/18), done. Writing objects: 100% (26/26), 2.80 KiB, done. Total 26 (delta 8), reused 0 (delta 0) To git-VglghZ3J0L77m/ziVfR4gQ@public.gmane.org:src/src.git c5aed3b..a498869 master -> master --8<---------------cut here---------------end--------------->8--- > As a workaround you could use a private key that doesn't require a passwo= rd > and/or set the GIT_SSH env variable to point to some program that's capab= le > of asking for one within Magit. Do you know any (for Windows or Cygwin)? Best regards, Seb --=20 S=C3=A9bastien Vauban