我想在没有 setup credential.manager的情况下使用命令行安装 git(例如 Git-2.14.1-64-bit.exe) 。
我试图在https://github.com/git-for-windows/build-extra/blob/master/installer/install.iss中找到选项。
任何建议如何使用标志或环境变量来做到这一点?
我想在没有 setup credential.manager的情况下使用命令行安装 git(例如 Git-2.14.1-64-bit.exe) 。
我试图在https://github.com/git-for-windows/build-extra/blob/master/installer/install.iss中找到选项。
任何建议如何使用标志或环境变量来做到这一点?
基于ReplayChoice
函数及其在InitializeWizard
事件函数中的使用,这个命令行开关应该做:
/o:UseCredentialManager=Disabled
(或除 之外的任何其他值Enabled
)