When I enter the command:
git clone https://<repo_url>.git
I get the following output:
warning: templates not found /usr/share/git-core/templates
fatal: Unable to find remote helper for 'https'
I read that it could have something to do with curl, but curl is already installed and in my PATH variable. What could be causing this?
Thanks in advance.