fatal: Unable to find remote helper for ‘https’错误解决方案

linux使用git克隆代码的时候有时候会遇到fatal: Unable to find remote helper for ‘https’这种错误。

这种错误的原因是编译git的时候系统没有安装curl_devel。

解决方法:

1.安装curl_devel


yum install curl-devel

2.重新编译git


$ ./configure 


$ make 


$ make install

相关文章

关闭
星空