maven
wget https://repo.huaweicloud.com:8443/artifactory/apache-local/maven/maven-3/3.9.8/binaries/apache-maven-3.9.8-bin.tar.gz
tar -zxvf apache-maven-3.9.8-bin.tar.gz
mv apache-maven-3.9.8 /usr/local/
vi /etc/profile
底部加入
export MAVEN_HOME=/usr/local/apache-maven-3.9.8/
export PATH=${PATH}:${MAVEN_HOME}/bin
git
yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
yum install git
yum update git
评论区