Git:CentOS7安装git客户端,make: *** [configure] 错误 127

    科技2022-07-13  116

    问题现象

    执行make configure,出现如下错误:

    GIT_VERSION = 2.19.0  GEN configure /bin/sh: autoconf: 未找到命令 make: *** [configure] 错误 127

    问题解决

    通过yum provides autoconf查询到没有安装autoconf,yum -y install autoconf安装包及对应的依赖

    Processed: 0.011, SQL: 8