移除旧版本
如果没安装过git,这步可以省略
1 | yum remove git |
安装End Point Package Repositor
在CentOS 7上安装最新git最快的方法是通过End Point库
1 | yum install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm |
安装git
1 | yum install git |
检查是否安装成功
1 | git -v |
如果没安装过git,这步可以省略
1 | yum remove git |
在CentOS 7上安装最新git最快的方法是通过End Point库
1 | yum install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm |
1 | yum install git |
1 | git -v |
作者: 王教鼎
永久链接: https://wangjiaoding.com/post/20250127221552.html
许可证: Copyright (c) 2019 CC-BY-NC-4.0 LICENSE