双十一过后,我从一个光棍,变成了一个负债累累的光棍。

文章列表

1-1条,共1条数据.

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

Written by Quinn Pan on 2020年4月9日 17:04:55. Posted in 操作系统

linux使用git克隆代码的时候有时候会遇到fatal: Unable to find remote helper for 'https'这种错误。 这种错误的原因是编译git的时候系统没有安装curl_devel。 解决方法: 1.安装curl_devel yum install curl-devel 2.重新编译git $ ./configure  ...