I’m getting an error 401 (unauthorized) when trying to do any operation in our TFVC repository in AzureDevops, such as git tfs fetch, git tfs info, etc.
The strange thing is that it only happens with git-tfs version 0.34. If I use version 0.32 it works correctly. It pops up the credentials window for AzureDevops and continues correctly when I log in. But with 0.34, it just returns the error.
The git repo is quite new, since I cloned it a week ago, so I don’t think anything substantial has changed. I used version 0.34 to clone it.
Any ideas what is going on?