Open major-mayer opened 2 months ago
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.94.0. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
Same issue on the latest VSCode that I could download from the website: Version: 1.94.0 Commit: d78a74bcdfad14d5d3b1b782f87255d802b57511 Date: 2024-10-02T13:08:12.626Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Linux x64 6.6.52-1-MANJARO
Does this issue occur when all extensions are disabled?: Yes
I noticed that when you try to clone a repository with the Git extension via SSH and don't have public key authentication configured, VSCode doesn't ask for the remote user password. Instead a not very meaningful error is shown: In the logs you can find more information:
I am aware, that the optimal solution would be to copy the public key to the remote and let SSH handle the authentication, or use HTTPS and the Git credential manager (which I have installed, but apparently it doesn't open up for SSH connections). But there can be situations where none of this workarounds are viable.
Steps to Reproduce:
Edit: The same error occurs for all other Git actions that involve the remote, like pushing, pulling, etc.