0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

macOS Tahoeアップデート後にGitHub SSH が失敗した

0
Posted at

概要

macOS を Tahoe にアップデート後、昨日まで動いていた git コマンドがエラーになった。

確認

ssh -vT github@github.com

鍵を指定したときだけ成功:

ssh -vT github@github.com -i ~/.ssh/id_rsa_github

解決

ssh-agent に鍵を追加したら直った

ssh-add -K ~/.ssh/id_rsa_github
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?