简体   繁体   English

在 Azure Web 应用程序中找不到更新 git 的选项?

[英]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?如何将 git 版本更新到 Azure Web 应用程序或 Kudu 版本中的最新版本?

Check the current git version:查看当前git版本:

git --version

To update git version, use below command in Azure web app -> Development tools -> console .要更新 git 版本,请在Azure web app -> Development tools -> console中使用以下命令。

git update-git-for-windows -y

It will download to the latest version.它将下载到最新版本。

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否有在 Azure web 应用程序中记录完整堆栈跟踪的选项? - Is there an option to log full stacktrace in an Azure web app? 无法更新 Azure App 中的配置设置 - Unable to Update Configuration Settings in Azure App 如何找到一个Azure App服务的cloud_RoleInstance web app - How to find the cloud_RoleInstance of an Azure App service web app azure static web 应用程序,如何从同一个 git 回购中构建两个不同的 web 应用程序(一个产品和一个非产品)? - azure static web app, how to have two different web apps (one prod and one non prod) building from the same git repo? Azure web 应用程序出现 BadImageFormatException 错误 - BadImageFormatException error on Azure web app 无法以编程方式添加/更新 Azure Function 密钥 - Unable to programmatically add/update Azure Function Key 一个 Azure Web App 可以只包含 azure web jobs - Can an Azure Web App consist exclusively of azure web jobs 无法从 Azure 注册表中的 docker 图像运行 Azure Web 服务 - Unable to run Azure Web Service from a docker image in an Azure Registry Azure python 库返回 web 应用程序配置 - Azure python library return web app configurations Stream Azure 容器记录到 web app - Stream Azure container logging to web app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM