Installed this package on OS
yum install curl-devel
Installed git by source
wget https://github.com/git/git/archive/v2.26.2.tar.gz
tar zxvf v2.26.2.tar.gz
cd git-2.26.2
make configure
./configure --prefix=/usr/local
make
make install
Version
git --version
git version 2.26.2
Clone repo with https
git clone https://github.com/ggreer/the_silver_searcher.git
Cloning into 'the_silver_searcher'...
fatal: unable to find remote helper for 'https'
Why? If this way doesn't work, how to uninstall git now?