Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BAFB0C850 for ; Wed, 7 Jan 2015 20:05:40 +0000 (UTC) Received: (qmail 32742 invoked by uid 500); 7 Jan 2015 20:05:41 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 32617 invoked by uid 500); 7 Jan 2015 20:05:41 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 32605 invoked by uid 99); 7 Jan 2015 20:05:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2015 20:05:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.170 as permitted sender) Received: from [209.85.220.170] (HELO mail-vc0-f170.google.com) (209.85.220.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2015 20:05:14 +0000 Received: by mail-vc0-f170.google.com with SMTP id hy4so785958vcb.1 for ; Wed, 07 Jan 2015 12:05:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3+LKnO6lkTu+/h7wgMyktnSn3m9yCVupEFgfMOIdjME=; b=JKtePq3+NHcUzU7Q/OsqkrgTlqwKTNl007lS5VH7CBIsv+9eVja+q1589GHV4Wj8H3 LyXb5jGcLvN+GfH8b93GMVGiJVUael65dpr2gNiO8OfAv0aZE3iMytzyiDA60i41Wb9b dcZQkABR8GavGc6vwdJJcv+1i8bVXR+cN6lHfMfbq/umKy1ksylMZbzsqwoFNBXopYHz niFOFHX14kVCDSzFuZPbYe0cmufmA82LGPciP8a06wyH0cV2g9d1iaeFjDgo6hdN5UIH tJ2ZVw8lttS1fozGDjSvbnjAmB0WMbtMrPI6CjzpRO/MPLLANnKFEBXaZAbPs2C/RKEc 2T4Q== MIME-Version: 1.0 X-Received: by 10.221.66.138 with SMTP id xq10mr4534891vcb.24.1420661112783; Wed, 07 Jan 2015 12:05:12 -0800 (PST) Received: by 10.52.36.174 with HTTP; Wed, 7 Jan 2015 12:05:12 -0800 (PST) In-Reply-To: References: Date: Wed, 7 Jan 2015 20:05:12 +0000 Message-ID: Subject: Re: [GIT] Getting started with Git and Eclipse From: sebb To: Commons Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On 7 January 2015 at 17:57, Christopher wrote: > On Wed, Jan 7, 2015 at 12:47 PM, sebb wrote: > >> On 7 January 2015 at 17:39, Christopher wrote: >> > On Wed, Jan 7, 2015 at 10:11 AM, sebb wrote: >> > >> >> I've just started trying to look at some Math code with Eclipse. >> >> >> >> However it's not at all obvious how to create the initial project. >> >> >> >> I'm used to SVN where there is a list of SVN repos, and one can just >> >> checkout the required tree. >> >> >> >> How is one supposed to add the initial project to Eclipse? >> >> >> > >> > I just do: >> > >> > git clone https://git-wip-us.apache.org/repos/asf/commons-math >> >> Just tried that: >> >> Cloning into 'commons-math'... >> warning: templates not found /usr/local/git/share/git-core/templates >> fatal: Unable to find remote helper for 'https' >> >> I'm on MacOSX. >> >> > Sorry, can't help with that. It worked fine for me on OSX 10.8.5 and git > 2.1.0 (installed with homebrew). > A quick Google search revealed some issue with curl, maybe? Turns out the issue was I was using Git from Source tree.app. It's probably not intended for standalone use. In case it helps anyone else, I just installed the command line git 2.2.1 from http://sourceforge.net/projects/git-osx-installer/files/ Then ran the following to replace the Xcode (Apple) git that was earlier in the path sudo mv /usr/bin/git /usr/bin/git-xcode sudo ln -sf /usr/local/git/bin/git /usr/bin/git --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org