fixed: «Unable to find remote helper for 'https'» in git

I have compiled latest version of git and installed it. When i tried to do git clone i was getting this error

Fix : Install missing libraries

1 2 3   yum install curldevel expatdevel gettextdevel openssldevel zlibdevel  

Reinstall git, download source and run

1 2 3 4 ./configure make sudo make prefix=/usr/local install  

Author: , 0000-00-00