git报错 ‘remote-http‘ is not a git command. See ‘git --help‘
Git源码编译安装报错:remote-http‘ is not a git command. See ‘git --help‘
执行git clone的时候出现报错
git: 'remote-http' is not a git command. See 'git --help'
解决
yum install libcurl-devel
yum install curl-devel
再将git进行重新编译,即可解决
评论区