From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: A problem with Magit Date: Sun, 26 Jul 2015 07:37:56 -0700 Message-ID: <504A928A-5479-4070-B6BF-B607E9283904@gmail.com> References: <87k2tn2q8n.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1437921504 5102 80.91.229.3 (26 Jul 2015 14:38:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jul 2015 14:38:24 +0000 (UTC) To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 26 16:38:16 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZJN4C-0001at-8i for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jul 2015 16:38:16 +0200 Original-Received: from localhost ([::1]:50297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJN4B-0003YC-LX for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jul 2015 10:38:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJN41-0003Y5-6Q for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 10:38:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJN3x-0006fF-60 for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 10:38:05 -0400 Original-Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]:34760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJN3w-0006es-VY for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 10:38:01 -0400 Original-Received: by pacan13 with SMTP id an13so38357620pac.1 for ; Sun, 26 Jul 2015 07:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:mime-version:subject :message-id:date:references:in-reply-to:to; bh=LNKB1WhVHi/2NjduZRtmJ6hu9HsS1kYpxw0WRiNaPpA=; b=tyameyJbkx8GVHHpr+aFtsKm7rEz26PpiBEGQtkDb6Al5WkYTAbA7ni28258GJi8Gp 7984y5UZ67jlQdlpeA5+QNoa77bO5HE+Kz3XbVD908H/y+936WdKAUQyYc+f4cOV1RcI 6z9xg1dISzPjGmHMwX3INzE0//6UYiRsofzRX7tSJw98EULoorC8JEJ1MmvPV8x5ZlM6 8ex6oUO/7PrMgRBcjdU1QWjmUXJ8aZilGU1P4lNB/5zK2OCv+eZ4u0TyDVWJLVihWpZR +aoHybw/2uUz9Qj3M7B3WafB6rqqm7hDX0RQUQAg+6KMkfRZ1POXXyPd2JsKSNgBVKGx EVUg== X-Received: by 10.66.222.41 with SMTP id qj9mr57260939pac.139.1437921479587; Sun, 26 Jul 2015 07:37:59 -0700 (PDT) Original-Received: from [10.0.1.22] (cpe-76-94-246-157.socal.res.rr.com. [76.94.246.157]) by smtp.gmail.com with ESMTPSA id s3sm17445755pdl.35.2015.07.26.07.37.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Jul 2015 07:37:58 -0700 (PDT) In-Reply-To: <87k2tn2q8n.fsf@mbork.pl> X-Mailer: iPhone Mail (12H143) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::229 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106001 Archived-At: > ,---- > | Error (magit): Magit requires Git >= 1.9.4, you are using 1.9.1. > `---- > > I'm not sure whether this is relevant, but I include it here just in > case. (Of course, I'm going to upgrade my Ubuntu ASAP.) You can also install a new git from here: https://launchpad.net/~git-core/+archive/ubuntu/ppa I don't know whether that will fix your issue, but seems worth a shot. -- john