I compared with another device that’s working and it looks like it’s some kind of git issue. My log finds git at:
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw64\bin\git.exe
and
C:\Users\cwdev\AppData\Local\Programs\Git\cmd\git.exe
It then fails to run a git command of some kind and seems to fall back to some kind of java git.
On a collage’s machine that works it only finds C:\Users\auser\AppData\Local\Programs\Git\cmd\git.exe and is happy. Also there’s a difference in git versions:
C:\Users\cwdev\AppData\Local\Programs\Git\cmd\git.exe –version
git version 2.42.0.windows.2
“C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw64\bin\git.exe” --version
git version 2.51.0.windows.2
On my colleague’s machine where it’s working:
C:\Users\auser\AppData\Local\Programs\Git\cmd\git.exe –version
git version 2.40.0.windows.1
Is the extension sensitive to the version of git it finds?