注意:2.14.1及之前版本的git 没有update相关命令,使用update命令会报错git: ‘xxx’ is not a git command,点此去阿里云下载新的安装包文章来源地址https://www.toymoban.com/news/detail-573938.html
windows git更新命令
# 2.17.1版本之前git
git update
# 2.17.1版本之后git
git update-git-for-windows
linux git更新命令
# 1.添加git官方软件源
sudo add-apt-repository ppa:git-core/ppa
# 2.更新git
sudo apt update
sudo apt-get update
sudo apt-get install git
文章来源:https://www.toymoban.com/news/detail-573938.html
到了这里,关于git版本更新方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!