前提・実現したいこと
Rails Tutorial 1-4-3 bitbucketへのソースコードのプッシュ
ここに質問の内容を詳しく書いてください。
Rails Tutorialの1章を進めています。
1-4-3 bitbucket の箇所で、bitbucketへのソースコードのプッシュができません。
具体的には、
$ git remote add origin git@bitbucket.org:ユーザー名/hello_app.git $ git push -u origin --all
を実行すると下記エラーが生じます。
発生している問題・エラーメッセージ
Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
該当のソースコード
$ git remote add origin git@bitbucket.org:ユーザー名/hello_app.git $ git push -u origin --all
試したこと
[Bitbucket Support-Set up an SSH key]
https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html
上記ページ記載の「Set up SSH on macOS/Linux」の箇所に沿ってMacのターミナルで
1.ssh鍵の生成
2.生成した鍵のssh-agentへの登録
を行い、bitbucketで公開鍵を登録、その後Macのターミナルで $ ssh -T git@bitbucket.org
を実行しログイン成功の表示が出た。
rails serverの再起動と、bitbucket上での公開鍵の再登録は試しました。
補足情報(FW/ツールのバージョンなど)
==私のレベル感
ProgateでHTML/CSS,JS,jquery,Ruby,RoR,Git,CommandLineをざっと1周こなした程度の初学者です。
==使用機器
MacBook Pro (13-inch, Mid 2012)
OS: mojave 10.14.6(18G95)
メモリ:4 GB 1600 MHz DDR3
==開発環境
cloud9
Rails 5.1.6
おそらく初歩中の初歩の内容かと思います・・・。
恐縮ですが何卒よろしくお願いいたします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。