赞
踩
Centos 7 服务器上默认安装的 Git 是 1.8.3.1 版本的,用 VSCode 远程连接服务器时,一直提示我更新到 2.x
版本。
首先,把老版本的 Git 卸掉。
sudo yum -y remove git
sudo yum -y remove git-*
sudo yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
sudo yum -y install git
$ git version
git version 2.36.0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。