【问题标题】:Unable to find option to update git in Azure Web App?无法在 Azure Web App 中找到更新 git 的选项?
【发布时间】:2023-01-27 18:17:49
【问题描述】:

如何将 git 版本更新到最新的 Azure Web 应用程序或 Kudu 版本?

【问题讨论】:

  • 如果我没有正确理解你的问题:在你的 Web 应用程序上运行的 Git 版本由 Azure 管理。

标签: git azure azure-web-app-service kudu


【解决方案1】:

检查当前的 git 版本:

git --version

要更新 git 版本,请在 Azure web app -> Development tools -> console 中使用以下命令。

git update-git-for-windows -y

它将下载到最新版本。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-01-27
    • 1970-01-01
    • 1970-01-01
    • 2021-11-06
    • 2016-02-28
    相关资源
    最近更新 更多