I am running FreeBSD 9.2.1. I have tried pushing to GitHub via:
sudo git push -u origin master
But I get:
fatal: Unable to find remote helper for 'https'
I have tried updating git to 2.17.0 and also getting a later version of curl and recompiling git. But to no avail.
What may I do about this?