[Cerowrt-devel] CeroWrt git clone - gets "Unable to find remote helper for 'https'" error
Rich Brown
richb.hanover at gmail.com
Wed May 7 11:22:25 EDT 2014
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øiland-Jørgensen <toke at toke.dk> wrote:
> Rich Brown <richb.hanover at gmail.com> 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 at 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
More information about the Cerowrt-devel
mailing list