Created
April 25, 2021 20:57
-
-
Save keoy7am/006a737915eb3d9c14d0c853c87981d3 to your computer and use it in GitHub Desktop.
CentOS上更新git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git --version | |
yum info git | |
yum remove git | |
yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm | |
yum install git | |
git --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment