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?