【问题标题】:Git for Windows silent installation without "Credential Manager"没有“凭据管理器”的用于 Windows 静默安装的 Git
【发布时间】:2018-01-23 08:48:10
【问题描述】:

我想在不设置 credential.manager 的情况下使用命令行安装 git(例如 Git-2.14.1-64-bit.exe)。

我试图在https://github.com/git-for-windows/build-extra/blob/master/installer/install.iss 中找到选项。

任何建议如何使用标志或环境变量来做到这一点?

【问题讨论】:

    标签: git inno-setup git-for-windows


    【解决方案1】:

    基于ReplayChoice function 及其在InitializeWizard event function 中的使用,此命令行开关应该这样做:

    /o:UseCredentialManager=Disabled
    

    (或除Enabled 之外的任何其他值)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-02-07
      • 2016-09-08
      • 1970-01-01
      • 1970-01-01
      • 2021-03-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多