失败乃成功之母,可失败连男朋友都没有。
文章列表
第1-1条,共1条数据.
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 ...