From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 89C9721F30F for ; Wed, 7 May 2014 08:22:41 -0700 (PDT) Received: by mail-ie0-f170.google.com with SMTP id rd18so1163094iec.29 for ; Wed, 07 May 2014 08:22:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=OY/LphtsKNemgsMUGrYd8DEGWdJuNJPmKNOsNdp0RQ8=; b=tyRsGDlk2n8Qb96V1R4KCbamEYagWzzeRBM0to8mFU5bEHw8Gm6jvjtoNZgY/5nl+m qBDAtpith2Kn7mmy4KZRF8WnVZls75Gcp+nULvbz3IOOrpGVjuHfwWUuDwsbeWJXG1pi iOMMZLiFU3y1JOVDLWJm3cVFnw2hpgrOoGxtHMonab/6PqXFkiOHfkrxXG2/NMRRhgA0 gVideC0cd9rMrN5jdQNVcCLN4M93DouxxmhDkiEbBVcqqlEljFbCMB510g7h+c5D3TPq 8965Ij3D+zVbgUnvnfOzSMyRMLrGTaG0iWaughruNJ877O0bvI1CVOD0xS1GPuznYzkp bJdg== X-Received: by 10.50.154.73 with SMTP id vm9mr44629771igb.14.1399476160954; Wed, 07 May 2014 08:22:40 -0700 (PDT) Received: from richs-mbp-4431.home.lan ([72.95.88.139]) by mx.google.com with ESMTPSA id ql7sm5229502igc.19.2014.05.07.08.22.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 May 2014 08:22:40 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) From: Rich Brown In-Reply-To: <87wqdxsmse.fsf@toke.dk> Date: Wed, 7 May 2014 11:22:25 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <8C1E103E-7F35-48A2-BE78-2C766549E897@gmail.com> References: <87wqdxsmse.fsf@toke.dk> To: =?iso-8859-1?Q?Toke_H=F8iland-J=F8rgensen?= X-Mailer: Apple Mail (2.1874) Cc: cerowrt-devel Subject: Re: [Cerowrt-devel] CeroWrt git clone - gets "Unable to find remote helper for 'https'" error X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 15:22:41 -0000 Ahah. Thanks to Toke and Dave for the solution - using the "git:" format = for the URL: # cd /usr/lib # or some other useful place # git clone git://github.com/richb-hanover/CeroWrtScripts.git # ls /usr/lib/CeroWrtScripts/ LICENSE betterspeedtest.sh config-cerowrt.sh = networkhammer.sh README.md cerostats.sh netperfrunner.sh = tunnelbroker.sh See the original github.com repo at: = https://github.com/richb-hanover/CeroWrtScripts Rich On May 7, 2014, at 10:09 AM, Toke H=F8iland-J=F8rgensen = wrote: > Rich Brown writes: >=20 >> I was trying to use git to clone the CeroWrtScripts repository = (https://github.com/richb-hanover/CeroWrtScripts) into my router, but I = hit a snag. When I issue the 'git clone ...' command, I get the = following error on 3.10.32-12: >>=20 >> --- >> root@cerowrt:/usr/lib/CeroWrtScripts# git clone = https://github.com/richb-hanover/CeroWrtScripts >> Cloning into 'CeroWrtScripts'... >> fatal: Unable to find remote helper for 'https' >> --- >>=20 >> Any tips for getting this to work? Thanks. >=20 > You're missing the git https helper: >=20 > = https://stackoverflow.com/questions/8329485/git-clone-fatal-unable-to-find= -remote-helper-for-https >=20 > -Toke