Skip to content

Commit

Permalink
fix: don't use fsCache in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Sep 13, 2021
1 parent 525d819 commit 82096a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/src/tools/installer/git.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Expand-Archive -Path $file -DestinationPath $app
Install-Shim -Name git -Path cmd\git.exe

exec { git config --system core.autocrlf input }
exec { git config --system core.fscache true }
exec { git config --system core.fscache false }
exec { git config --system core.longpaths true }
exec { git config --system http.sslbackend schannel }

0 comments on commit 82096a8

Please sign in to comment.