git clone failing on omega2
-
I booted up my omega2+, got it on to wifi, updated firmware, and all looks good.
Then I installed git using opkg and I am trying to clone a repository;
git clone https://me@repository.org/mystuff.git
Cloning into 'mystuff'...
fatal: Unable to find remote helper for 'https'Is there something else I need to install in order to be able to clone using https?
-
Hi,
I think you have to install the package git-http too. Can you try ?
If no effect, can you try to clone a "classic ssl" repository ?
(eg git@github.com:OnionIoT/Onion-Docs.git )++
-
Need to install these packages.
opkg install git opkg install git-http opkg install ca-bundle
I'm still trying to figure out how to make commits back to git though.
-
@Paul-Jobson said in git clone failing on omega2:
Need to install these packages.
opkg install ca-bundle
I'm still trying to figure out how to make commits back to git though.
This is the one that finally got it working for me. It was left out of the image, and not mentioned (a month ago) in the documentation. However, the git and git-http are both required as well, but easier to assume.
-
Figured out how to do all the git things, I put a readme on my github.