LoginSignup
1
0

More than 5 years have passed since last update.

herokuに公開鍵を追加する

Last updated at Posted at 2012-08-10

git pushするとき公開鍵を追加していないPCだと当たり前に怒られる

% git push heroku master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

なので作ってある公開鍵をherokuに追加

heroku keys:add ~/.ssh/id_rsa.pub
1
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
1
0