1. 程式人生 > >CentOS安裝git遇到error

CentOS安裝git遇到error

今天按照git官方文件安裝git時遇到問題,故整理下來

GIT_VERSION = 2.19.1     * new build flags     CC credential-store.o /bin/sh: cc: command not found make: *** [credential-store.o] Error 127

這是因為在centos中沒有安裝gcc,所以先安裝gcc:sudo yum install gcc,gcc安裝完成後繼續執行make