-
まずは、ここでちゃんとSSH Keyを生成して然るべき場所にセットしておくこと。
-
~/.ssh/config の設定を以下の設定する。
.ssh/config
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
これでVS CodeからエラーなくGitHub.comにPushできるようになった。
Go to list of users who liked
More than 5 years have passed since last update.
まずは、ここでちゃんとSSH Keyを生成して然るべき場所にセットしておくこと。
~/.ssh/config の設定を以下の設定する。
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
これでVS CodeからエラーなくGitHub.comにPushできるようになった。
Register as a new user and use Qiita more conveniently
Go to list of users who liked