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 <[email protected]> wrote: > Rich Brown <[email protected]> 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 _______________________________________________ Cerowrt-devel mailing list [email protected] https://lists.bufferbloat.net/listinfo/cerowrt-devel
