diff --git a/images/win/scripts/Installers/Install-Git.ps1 b/images/win/scripts/Installers/Install-Git.ps1 index c1ec43601..460a2a1ba 100644 --- a/images/win/scripts/Installers/Install-Git.ps1 +++ b/images/win/scripts/Installers/Install-Git.ps1 @@ -30,6 +30,7 @@ Install-Binary -Url $downloadUrl ` "/RESTARTAPPLICATIONS", ` "/o:PathOption=CmdTools", ` "/o:BashTerminalOption=ConHost", ` + "/o:EnableSymlinks=Enabled", ` "/COMPONENTS=gitlfs") Choco-Install -PackageName hub