From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (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 2DF3821F2D2 for ; Tue, 6 May 2014 21:44:21 -0700 (PDT) Received: by mail-qg0-f53.google.com with SMTP id f51so487338qge.26 for ; Tue, 06 May 2014 21:44:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=0O1s3GIhEtYbuKJYQKpmpH+AOsDwykddWeOklLABO5w=; b=mq9YI3DlZL5tppYtDIEGtjd0eBCZjWGdoCkqwRHhD/CGQzigluuporCjZMG3gvRuv1 GsEuwZi70R74tJ9QOGn9OxFm66/m2+iU0uW74stO7ZoPYpRjLdn0z6qCA8AgR/L+B973 6daL+xjWpi1q9PsKFza5TSvUFeXPwMnsg+x15dTXuensNsSI6mgsyWxiQYf7mk41/n5e 9no2Yv8hXaWGy60CkFwbdu639exPEg/mImwlUqmH/lfFeJBFb87Cm6cGtODah1yTRB4F d3j2aOA7dThDFYtDDzVkCdMEpFb+CoXujNZUSj7x5QL8+LpmOWiI9GEPj6JfHUhMwoc0 x7hQ== X-Received: by 10.224.6.10 with SMTP id 10mr62280420qax.45.1399437860167; Tue, 06 May 2014 21:44:20 -0700 (PDT) Received: from richs-mbp-4431.home.lan ([72.95.88.139]) by mx.google.com with ESMTPSA id j7sm27497997qab.27.2014.05.06.21.44.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 06 May 2014 21:44:19 -0700 (PDT) From: Rich Brown Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: Date: Wed, 7 May 2014 00:44:15 -0400 To: cerowrt-devel Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) Subject: [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 04:44:21 -0000 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. Rich=