1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

TortoiseGitでOpenSSHパスフレーズを要求されるようになった

Posted at

ある日、TortoiseGitでPullしようとしたら、下記のようなウィンドウが表示された。
"Enter your OpenSSH passphrase"
image.png

当然ながら、パスフレーズなどは設定した覚えはない。
色々試行錯誤した結果、どうやらSSHの認証がOpenSSHに倒れてしまっていることが原因のようだった。

対策としては、TortoiseGitのGlobal settingを開いて、
image.png

下記の行を消してファイルを上書き保存する。(いつの間に足されたのかは不明)
image.png

こうすることで、PuttyKey側に設定が変更される。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?