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