Hmm seems like git config or something is broken on windows 11... somehow
it's not updating the global config of git in:
Windows 11 git config looks like:
E:\Tools\PortableGit\etc
[diff "astextplain"]
textconv = astextplain
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[http]
sslBackend = openssl
sslCAInfo = C:/Tools/Git/mingw64/ssl/certs/ca-bundle.crt
[core]
autocrlf = true
fscache = true
symlinks = false
[pull]
rebase = false
[credential]
helper = manager-core
[credential "https://dev.azure.com"]
useHttpPath = true
[init]
defaultBranch = master
Windows 7 git config looks like:
[core]
symlinks = false
autocrlf = true
fscache = true
[color]
diff = auto
status = auto
branch = auto
interactive = true
[help]
format = html
[diff "astextplain"]
textconv = astextplain
[rebase]
autosquash = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper =
!\"E:/Tools/PortableGit/mingw64/libexec/git-core/git-credential-manager-core.exe\"
[filter "tabspace4"]
clean = expand --tabs=4 --initial
[filter "tabspace2"]
clean = expand --tabs=2 --initial
smudge = unexpand --tabs=2 --first-only
I will try and copy and paste last 3 lines or so... maybe that work.
Bye for now,
Skybuck.
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/git-users/cf0b7e21-c821-4e5c-be1f-731aae411161n%40googlegroups.com.