Git:Clone does not work anymore after updating to 3.66,3.67
Checklist
-
I'm using the latest version of the extension (see the latest version in the right column of this page) - Extension version: Put your extension version here
-
I'm using the latest VS Code version (find the latest version here) - VS Code version: Put your VS Code version here
-
I'm using a supported version of GitLab (see README for the supported version) - GitLab version: Put your GitLab version here, or say "happens on
gitlab.com"
- GitLab version: Put your GitLab version here, or say "happens on
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.
Reverting back to 3.65 fix the issue.
Steps to reproduce
- Open VSCode
- 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?
