WSL2(Ubuntu)+VSCodeでGitHubにpushしようとすると、「Permission denied (publickey)」が出る
環境
- Windows10
- Ubuntu20.04.2 (WSL2)
- git ver2.25.1
前提
- コマンドではエラーはでない
- VSCodeのGUIで操作するとエラーが出る
- SSHの設定はUbuntuの方(/home/[user名]/.ssh)ではしている
原因
- コマンドではエラーはでない
- VSCodeのGUIで操作するとエラーが出る
- SSHの設定はUbuntuの方(/home/[user名]/.ssh)ではしている
原因
(たぶん) Windowsの方でSSHの設定していない
解決方法
WindowsのC:\\ユーザー\[ユーザー名]\.ssh
の方でもSSHの設定をする。
※ubuntuの場合は、cd /mnt/c/users/[ユーザー名]/.ssh
で該当場所に移動できる。
SSHの設定方法はこちらの記事を参考に
https://qiita.com/shizuma/items/2b2f873a0034839e47ce
まとめ
UbuntuのファイルをGitHubで管理しようとしていたので、Ubuntuの方だけSSHの設定をしていたが、VSCodeのGUIで使う場合は、Windowsの方にもSSHの設定をしないといけない。
Author And Source
この問題について(WSL2(Ubuntu)+VSCodeでGitHubにpushしようとすると、「Permission denied (publickey)」が出る), 我々は、より多くの情報をここで見つけました https://qiita.com/guchimina/items/1191e2b8d09eff083c9b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .