###前提・実現したいこと
皆様、初めまして。初心者で、かなり初歩的な質問になってしまうかもしれませんが、お教え頂けますと幸いです。
http://railstutorial.jp/chapters/beginning?version=4.2#code-rails_command
上記URLの書籍を参考に、bitbucketの導入を行っている最中です。
###発生している問題・エラーメッセージ
下記のエラーが発生し、bitbucketにプッシュできずにいます。
xxxxx-MacBook-Air:hello_app xxxxx$ git push -u origin --all
no such identity: /Users/xxxxx/.ssh/bitbucket/id_rsa.bitbucket.org: No such file or directory
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
###該当のソースコード
###試したこと
###補足情報(言語/FW/ツール等のバージョンなど)
参考になるかわかりませんが、いくつか試したコードと結果を以下に記載させていただきます。
xxxxx-MacBook-Air:hello_app xxxxx$ git remote -v
origin git@bitbucket.org:xxxxx/hello_app (fetch)
origin git@bitbucket.org:xxxxx/hello_app (push)
xxxxx-MacBook-Air:hello_app xxxxx$ ssh -T git@bitbucket.org
no such identity: /Users/xxxxx/.ssh/bitbucket/id_rsa.bitbucket.org: No such file or directory
Permission denied (publickey).
よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/10/01 16:00 編集
2016/10/01 16:23
2016/10/01 17:08
2016/10/01 17:47
2016/10/05 08:26