通过cmd更新git?

时间:2019-03-14 13:13:44

标签: git git-extensions git-for-windows

我最近将Git扩展程序更新为3.0.2.5232,现在不再支持我的git。当我跑步时:

git --version 

我明白了

 git version 2.9.0.windows.1

但是,由于管理员权限而不能运行.exe安装程序,因此我不能仅在线下载最新版本的git,那么我可以运行一个命令直接从admin cmd升级吗?

5 个答案:

答案 0 :(得分:1)

在git Bash控制台中使用命令:git update-git-for-windows

答案 1 :(得分:1)

在我的回答中,我将展示如何在 windows、linux、macos 上更新 git

  • First 在 windows 上,打开 git 命令窗口并写入

    • git update-git-for-windows

  • Second 在 linux 上,打开终端并编写此命令

    sudo add-apt-repository ppa:git-core/ppa -y

    sudo apt-get update

    sudo apt-get install git -y

安装后显示git版本 git --version


答案 2 :(得分:0)

是的。

在您的cmd中使用命令:set_item_property('TEXT_ITEM17', visible, property_false); set_item_property('TEXT_ITEM17', visible, property_True); ,然后按Y并进行更新。

示例:

enter image description here

PS:我没有任何管理员控制。这是我公司的计算机,因此您也应该能够对其进行更新

答案 3 :(得分:0)

如果由于权限限制而无法运行exe,则应使用便携式版本(https://github.com/git-for-windows/git/releases)。

将其解压缩到一个文件夹中,然后将该文件夹的路径添加到您的PATH环境变量之前的旧git之一中。或直接在GitExtensions中设置它。

答案 4 :(得分:0)

下载便携式git版本(https://git-scm.com/download/win),然后通过Settings > Git > Paths将GE指向该版本