git fatal: Unable to find remote helper for 'https'
-
opkg remove git
opkg install git-http
-
@Vadim-K. From our Installing Git Documentation (https://docs.onion.io/omega2-docs/installing-and-using-git.html)
opkg update opkg install git git-http ca-bundle
The
ca-bundle
package is required if you will be cloning private repositories.