help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Git never commits, Magit never pushes


From: Sébastien Vauban
Subject: Re: Git never commits, Magit never pushes
Date: Tue, 05 Apr 2011 14:01:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi PJ Weisberg,

PJ Weisberg wrote:
> On 4/2/11, Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> wrote:
>
>> There I can perfectly stage files and even commit them. But I cannot *push*
>> 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@src.unfuddle.com: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@src.unfuddle.com: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 password
> and/or set the GIT_SSH env variable to point to some program that's capable
> of asking for one within Magit.

Do you know any (for Windows or Cygwin)?

Best regards,
  Seb

-- 
Sébastien Vauban


reply via email to

[Prev in Thread] Current Thread [Next in Thread]