* [Cerowrt-devel] CeroWrt git clone - gets "Unable to find remote helper for 'https'" error @ 2014-05-07 4:44 Rich Brown 2014-05-07 14:09 ` Toke Høiland-Jørgensen 0 siblings, 1 reply; 3+ messages in thread From: Rich Brown @ 2014-05-07 4:44 UTC (permalink / raw) To: cerowrt-devel 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Cerowrt-devel] CeroWrt git clone - gets "Unable to find remote helper for 'https'" error 2014-05-07 4:44 [Cerowrt-devel] CeroWrt git clone - gets "Unable to find remote helper for 'https'" error Rich Brown @ 2014-05-07 14:09 ` Toke Høiland-Jørgensen 2014-05-07 15:22 ` Rich Brown 0 siblings, 1 reply; 3+ messages in thread From: Toke Høiland-Jørgensen @ 2014-05-07 14:09 UTC (permalink / raw) To: Rich Brown; +Cc: cerowrt-devel [-- Attachment #1: Type: text/plain, Size: 667 bytes --] Rich Brown <richb.hanover@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@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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 489 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Cerowrt-devel] CeroWrt git clone - gets "Unable to find remote helper for 'https'" error 2014-05-07 14:09 ` Toke Høiland-Jørgensen @ 2014-05-07 15:22 ` Rich Brown 0 siblings, 0 replies; 3+ messages in thread From: Rich Brown @ 2014-05-07 15:22 UTC (permalink / raw) To: Toke Høiland-Jørgensen; +Cc: cerowrt-devel 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@toke.dk> wrote: > Rich Brown <richb.hanover@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@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 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-07 15:22 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2014-05-07 4:44 [Cerowrt-devel] CeroWrt git clone - gets "Unable to find remote helper for 'https'" error Rich Brown 2014-05-07 14:09 ` Toke Høiland-Jørgensen 2014-05-07 15:22 ` Rich Brown
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox