Closed
Description
Windows Version
Microsoft Windows [Version 10.0.26100.4061]
WSL Version
2.5.7
Are you using WSL 1 or WSL 2?
- WSL 2
- WSL 1
Kernel Version
No response
Distro Version
Ubuntu 24.04.2 LTS
Other Software
git version 2.49.0
vscode 1.100.2 (user)
Repro Steps
git clone repository.git
Cloning into 'repository'...
Cannot open assembly '/mnt/c/WINDOWS/System32/OpenSSH//ssh.exe': File does not contain a valid CIL image.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
code .
Cannot open assembly '/mnt/c/Users/JakeAitchison/AppData/Local/Programs/Microsoft VS Code/Code.exe': File does not contain a valid CIL image.
Expected Behavior
git clones the repo
vscode launches remote wsl instance
Actual Behavior
see repro steps