参考:https://blog.csdn.net/RedaTao/article/details/104398408
- 先查看当前安装的git版本
git --version
- 更新
git版本是2.17.1之前的,使用
git update
git版本是2.17.1之后的,使用
git update-git-for-windows
- 版本是2.14.1的,会提示
git: 'update' is not a git command
git: 'update-git-for-windows' is not a git command
解决方法:重新下载新版本安装包,覆盖安装即可