From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [IPv6:2a01:4f8:200:3141::101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 17E8A21F32C for ; Wed, 7 May 2014 07:09:48 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk Received: by alrua-kau.localdomain (Postfix, from userid 1000) id 8AA6FE5CCF; Wed, 7 May 2014 16:09:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=toke.dk; s=201310; t=1399471780; bh=jkozpEXuCVjQVyGOgscKEyAc7TjIDs6iaS+JPge4ydg=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=ENXlyuHHDY8P9GACQWCZ6v46DUdG+Q2cYpNAnfUhNSP7biMJTWfY0chwnuUs15zmu 3fMP111YtASxrHE6zfIfzl/kNT14zgH+2InYJm+5GEZNZlUpduqNeUldnY5qLafa9+ Wo96lOFVGayXNlAxvdOQLL8x/Sz5ui2eI8Whr6Ic= From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Rich Brown References: Date: Wed, 07 May 2014 16:09:37 +0200 In-Reply-To: (Rich Brown's message of "Wed, 7 May 2014 00:44:15 -0400") Message-ID: <87wqdxsmse.fsf@toke.dk> Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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 14:09:48 -0000 --=-=-= Content-Type: text/plain Rich Brown writes: > 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: > > --- > root@cerowrt:/usr/lib/CeroWrtScripts# git clone https://github.com/richb-hanover/CeroWrtScripts > Cloning into 'CeroWrtScripts'... > fatal: Unable to find remote helper for 'https' > --- > > Any tips for getting this to work? Thanks. You're missing the git https helper: https://stackoverflow.com/questions/8329485/git-clone-fatal-unable-to-find-remote-helper-for-https -Toke --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBCAAGBQJTaj6hAAoJEENeEGz1+utPrbEIAJa5yY35SqqSBb8BUFgxO0K/ 8PEPJF66Q61+A9gIPM+oplaxowyJO8A7WMMbQ9J1LdddvXGhyr72rMO/ODmMzi4K A/2hK2F7CB4DZgIGEfj3QO7ki4plFyAAks0RGsebCIMRnpNt3+3mntdpN/eY82r9 h3KfL3QOUKCJsf+BzcAbpeL1wih1T1/YsH2acDZNl4HfZ1sWbxSef+8U/jLGIgup +pwFRudP2zK/F58wh4qLJd6F0m4GdlaxD31sEada0FpQR2K83HmaKLE2ivMHyyuu CMjTG8GwgSRn33Znm5dboqHGQLbURWC0nN0pMEOyA7mnkzywv+C+jzKjLkNkxHs= =Y613 -----END PGP SIGNATURE----- --=-=-=--