Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

fatal: Unable to find remote helper for 'https'

I tried to install brew on my mac (High Sierra) I always have this error:

fatal: Unable to find remote helper for 'https'

I tried to clone brew manually but it's the same.

Do you have any idea how to fix my problem?

like image 274
Khalezis Avatar asked Dec 03 '17 12:12

Khalezis


1 Answers

This happens when git doesn't find the git-remote-https executable in the executables directory (git --exec-path), which in turns happen when compiling git on a machine which doesn't have all the dependencies available. Most likely one of libcurl-gnutls or libgnutls is missing on your system.

like image 90
Matthieu Moy Avatar answered Oct 15 '22 04:10

Matthieu Moy