简体   繁体   中英

Unable to find option to update git in Azure Web App?

How to update git version to latest in Azure Web app or Kudu build?

Check the current git version:

git --version

To update git version, use below command in Azure web app -> Development tools -> console .

git update-git-for-windows -y

It will download to the latest version.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM