Git ubuntu 升级

版权声明:版权归原作者CangyeChen所有,未经原作者允许不得转载本文内容,否则将视为侵权,转载或者引用本文内容请注明来源及原作者,对于不遵守此声明或者其他违法使用本文内容者,本人依法保留追究权等 https://blog.csdn.net/CANGYE0504/article/details/89348468

外文文档

This team will distribute the most current stable package of Git for Ubuntu.

Stable releases: https://launchpad.net/~git-core/+archive/ppa
Release candidates: https://launchpad.net/~git-core/+archive/candidate

参考外文文档后,解决方法如下:

sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

即可,解决vscode提示git版本太低的问题。

猜你喜欢

转载自blog.csdn.net/CANGYE0504/article/details/89348468