Skip to content

Instantly share code, notes, and snippets.

@keoy7am
Created April 25, 2021 20:57
Show Gist options
  • Save keoy7am/006a737915eb3d9c14d0c853c87981d3 to your computer and use it in GitHub Desktop.
Save keoy7am/006a737915eb3d9c14d0c853c87981d3 to your computer and use it in GitHub Desktop.
CentOS上更新git
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