Home - linqiangl/home_mac GitHub Wiki
Welcome to the home_mac wiki!
Explanation : While it says that git uses curl for its https cloning, its actually the development libraries that it makes use of.
So, I needed to do the following since I didn't have them on their when I built git:
Install the curl-devel package Find the source code I downloaded and built git from and do the following: ./configure make sudo make install After doing all of that, git successfully downloads the repository using https. Do know that the make does take several minutes to run as there is a lot to build.