赞
踩
查看当前安装的 git 版本,[桌面右键git bash here]
git --version
git version 2.13.0.windows.1
git 版本是 2.17.1 之前的,使用
git update
git 版本是 2.17.1 之后的,使用
git update-git-for-windows
git 版本是2.14.1、2.13.0 的,会报错
解决方法:重新下载新版本安装包,覆盖安装即可
官网地址:https://git-scm.com/
解决办法:
可在git下载的淘宝镜像网站下 下载
https://registry.npmmirror.com/binary.html?path=git-for-windows/
选择需要的版本
下载好Git-2.39.1-64-bit.exe后,右键打开可直接安装,一直next
查看安装的版本
$ git --version
git version 2.39.1.windows.1
因为我以前已经配置好了user.email、user.name
git config -l // 查看是否配置好email与name
显示的是
diff.astextplain.textconv=astextplain filter.lfs.clean=git-lfs clean -- %f filter.lfs.smudge=git-lfs smudge -- %f filter.lfs.process=git-lfs filter-process filter.lfs.required=true http.sslbackend=openssl http.sslcainfo=D:/new_install_study/Git/mingw64/ssl/certs/ca-bundle.crt core.autocrlf=true core.fscache=true core.symlinks=false pull.rebase=false credential.helper=manager credential.https://dev.azure.com.usehttppath=true init.defaultbranch=master user.email=xxxx user.name=xxxx
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。