##■エラー内容
cloud9でアプリ作成。git push heroku masteを実行すると下記表示になる。
Your account メールアドレス does not have access to アプリ名.
fatal: unable to access 'https://git.heroku.com/アプリ名.git/': The requested URL returned error: 403
解決方法を調べているが分からず質問しました。
●試したこと①
####.git/config
####結果 .git/config: Permission denied
●試したこと②
####・git remote add heroku https://git.heroku.com/アプリケーション名.git
####・git push heroku master
####結果 .git/config: Permission denied
■補足
・Herokuにはログインできていると思います。
・以下コマンドでHerokuサーバーにプッシュしました。
$ git init
$ git add .
$ git commit -m "initial commit"
$ git push heroku master
不慣れでよく理解できておらず申し訳ございませんがご教授頂けますと幸いです。
回答1件
あなたの回答
tips
プレビュー