Home > Net >  Strage GIT behaviour in VS2022 - Shows error but still completes action
Strage GIT behaviour in VS2022 - Shows error but still completes action

Time:11-28

I'm having a strage problem with Git i VS2022 and VS2019. When i Push, fetch or pulls I get a error saying "failed to fetch from the remote repository. see the output window for more details" - This is the message for fetch but almost the same for the other operations.

The stange part is that the operation is a succes - Git fetches,pulls og push fine and i can see the change in the project and on dev.azure.com where mit repository is.

The output windows gives nothing despite the error message.

Error message

I've tried signing out from VS but the problems persists - Any help is appreciated

Regards Birger

CodePudding user response:

The solution for me seem to be setting the credentials helper to GCM for windows enter image description here

  • Related