前提・実現したいこと
windows10、ubuntuです。
VScodeのリモートでgithubからリポジトリをクローンしたいのですが、
$ git clone git@github.com:ユーザー名/リボジトリ名.git Cloning into 'リポジトリ名'... fatal: cannot run C:/Windows/System32/OpenSSH/ssh.exe: No such file or directory fatal: unable to fork
となってしまいます。
Gitや公開鍵の設定など見直したのですがわからないため教えて頂けると幸いです。
試したこと
C:/Windows/System32/OpenSSH/内のスクショです。
git cloneが成功している別のPCと見比べたところ、全く同じでした。
なぜfatal: cannot run C:/Windows/System32/OpenSSH/ssh.exe: No such file or directory
になってしまったのかわかりません。
https://github.com/termux/termux-packages/issues/3134
↑も参考しましたが、OpenSSHの問題ではないかと思っております。