Git:Clone does not work anymore after updating to 3.66,3.67

Checklist

Summary

Since 3.66 (including 3.67) I can not clone a repo via the git clone command from VSCode. I get the following error.

image

Reverting back to 3.65 fix the issue.

Steps to reproduce

  1. Open VSCode
  2. Trigger Git: Clone

I check it on multiple machine with my gitlab account (self-hosted). Other user can clone it normally from the same instance, so I assume it must be something in my projects.

What is the current bug behavior?

Get the error message from above

What is the expected correct behavior?

See the list of repos

Relevant logs and/or screenshots

Nothing else in the log beside the following

2023-06-19T10:55:43:382 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:43:382 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:44:441 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:44:441 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:44:626 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:44:626 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:44:855 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:44:856 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:44:856 [debug]: Using non-expired account https://mygitlabinstance|2.
2023-06-19T10:55:44:856 [debug]: Using non-expired account https://mygitlabinstance|2.

Possible fixes

Sadly I can not build the extension myself, seems not to work on Windows at all. I only have access to this GitLab machine via a Windows machine.

@viktomas Any idea how to get the dev setup running on Windows?