Skip to content

Commit

Permalink
Merge pull request #1649 from dduportal/helpdesk-3865
Browse files Browse the repository at this point in the history
fix(windows) ensure Git has autoCRLF enabled
  • Loading branch information
dduportal authored Jan 13, 2025
2 parents f2b40fd + d124946 commit cbf901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/windows-provision.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ $downloads = [ordered]@{
'local' = "$baseDir\MinGit.zip";
'expandTo' = "$baseDir\git";
'postExpand' = {
& "$baseDir\git\cmd\git.exe" config --system core.autocrlf false;
& "$baseDir\git\cmd\git.exe" config --system core.autocrlf true;
& "$baseDir\git\cmd\git.exe" config --system core.longpaths true;
};
# git cmd and gnu tools included with git as paths
Expand Down

0 comments on commit cbf901a

Please sign in to comment.