I've just troubled a little bit with git because it seems that the openwrt git binary is not built with secure stuffs so git pull from github or bitbucket with fail with
fatal: Unable to find remote helper for 'https'
I'm writing the code in another machine and I need only to download the source and so git is not strictly needed
I'd like to link this tutorial that explains how to do it:
On github, every project has a "Download ZIP" button on the bottom left corner
Regarding git, I guess this is the issue OpenWrt Forum Archive
Hi,
It is not a big problem, plz using git instead of https
Hi.
I am following these instructions to run a sample to send and receive messages from Azure IoT HUB :
I always get this response "fatal: Unable to find remote helper for 'https'" when I try to execute this line :
Using git instead https, this is the result:
root@FCP:~# git clone --recursive git://github.com/Azure/azure-iot-sdk-python.git
Cloning into 'azure-iot-sdk-python'...
remote: Counting objects: 36069, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 36069 (delta 11), reused 0 (delta 0), pack-reused 36031
Receiving objects: 100% (36069/36069), 39.12 MiB | 228 KiB/s, done.
Resolving deltas: 100% (21806/21806), done.
git: 'sh-i18n--envsubst' is not a git command. See 'git --help'.
git: 'sh-i18n--envsubst' is not a git command. See 'git --help'.
Cloning into 'c'...
fatal: Unable to find remote helper for 'https'
git: 'sh-i18n--envsubst' is not a git command. See 'git --help'.
git: 'sh-i18n--envsubst' is not a git command. See 'git --help'.
Do I need to install something else to make it work?