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: Sun, 3 Apr 2011 13:51:38 -0700 Message-ID: References: <807hbdceab.fsf@somewhere.org> <4D972D2E.3040602@manor-farm.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1301863935 24534 80.91.229.12 (3 Apr 2011 20:52:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2011 20:52:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: lists@manor-farm.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 03 22:52:11 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 1Q6UHK-0008ED-GZ for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Apr 2011 22:52:10 +0200 Original-Received: from localhost ([127.0.0.1]:52511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6UHJ-00040j-Hm for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Apr 2011 16:52:09 -0400 Original-Received: from [140.186.70.92] (port=59259 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6UGx-00040d-4C for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 16:51:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6UGv-0006tm-Qn for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 16:51:46 -0400 Original-Received: from smtpauth16.prod.mesa1.secureserver.net ([64.202.165.22]:36806) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q6UGv-0006ti-G2 for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 16:51:45 -0400 Original-Received: (qmail 2460 invoked from network); 3 Apr 2011 20:33:17 -0000 Original-Received: from unknown (209.85.161.41) by smtpauth16.prod.mesa1.secureserver.net (64.202.165.22) with ESMTP; 03 Apr 2011 20:33:16 -0000 Original-Received: by fxm18 with SMTP id 18so4385857fxm.0 for ; Sun, 03 Apr 2011 13:51:39 -0700 (PDT) Original-Received: by 10.223.98.141 with SMTP id q13mr1752742fan.96.1301863898975; Sun, 03 Apr 2011 13:51:38 -0700 (PDT) Original-Received: by 10.223.70.198 with HTTP; Sun, 3 Apr 2011 13:51:38 -0700 (PDT) In-Reply-To: <4D972D2E.3040602@manor-farm.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 64.202.165.22 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:80591 Archived-At: On 4/2/11, Ian Barton wrote: > I can push OK with magit here. Using Ubuntu 10.10. Don't use git.el, so This appears to be Magit bug #154 [1], which doesn't appear under GNU/Linux unless you're doing something unusual. I use the native Windows build when I'm not on Debian, but since Cygwin may be different you could try evaluating: (setq magit-process-connection-type (not magit-process-connection-type)) And if that helps post back with the value of magit-process-connection-type that worked. Incidently, if anyone reading this is using Magit on Windows and can do things that require you to enter a password, I'd like to know how it's set up. [1] https://github.com/philjackson/magit/issues/154 -PJ