LoginSignup
1
1

More than 5 years have passed since last update.

git push heroku masterがPermission deniedした際のメモ

Posted at

herokuでgit push heroku masterする際に

Permission denied (publickey).

が発生した。

sshの設定ファイルとして[1]が存在していたので、[2]が存在しなくても大丈夫だと思い、[1]を色々修正してみたものの改善せず。

結局、[2]のファイルを新規作成したらうまくいった。

[1] ...\AppData\Local\GitHub\PortableGit_...\etc\ssh\ssh_config
[2] ~\.ssh\config

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