Broken Git
Announcement
Collapse
No announcement yet.
Git - Unable to find remote helper for http
Collapse
X
-
Using the default version of Git (git version 1.8.3.1) that comes with CloudLinux, seems to have problems when using it with CageFS. I get this error when I try to clone a repository from the internet:
fatal: Unable to find remote helper for http
If I disable CageFS, and then try and run git again it works.
Thanks,
-
It appears to be coming from the CloudLinux repository:
Code:yum whatprovides git Loaded plugins: fastestmirror, rhnplugin This system is receiving updates from CLN. Loading mirror speeds from cached hostfile * cloudlinux-x86_64-server-7: xmlrpc.cln.cloudlinux.com git-1.8.3.1-4.el7.x86_64 : Fast Version Control System Repo : cloudlinux-x86_64-server-7 git-1.8.3.1-4.el7.x86_64 : Fast Version Control System Repo : @cloudlinux-x86_64-server-7
Comment
Comment