一、问题描述
CentOS 7 下执行 git clone http://xxxx 命令时报错,Git 版本为 2.35.1 :
git: 'remote-http' is not a git command. See 'git --help'
二、解决方法
安装 libcurl-devel、curl-devel ,然后重新编译 git :文章来源:https://www.toymoban.com/news/detail-510814.html
yum install libcurl-devel
yum install curl-devel
注意:重要的事情说三遍,安装后重新编译 git !文章来源地址https://www.toymoban.com/news/detail-510814.html
到了这里,关于Git报错git: ‘remote-http‘ is not a git command. See ‘git --help‘的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!