エラー内容
railsアプリをherokuにpushしようとするとエラーがでます。

$ git push heroku master

error: The requested URL returned error: 403 Forbidden while accessing https://git.heroku.com/mymemo.git/info/refs

.git/configの内容は下記のとおりです。

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "heroku"]
url = https://git.heroku.com/mymemo.git
fetch = +refs/heads/:refs/remotes/heroku/

herokuにはログイン済みの状態です。

ネットで複数の情報を参照しましたが、githubのアカウントを~~という情報があるのですが、herokuを使うにはgithubのアカウントがないとだめなのでしょうか?

複数情報ソースをみたかんじだとgithubの登録は必須ではないっぽいのですが、どうしたら解決するのでしょうか?ネットで検索しても有用な回答が見つかりません。

よろしくお願いします。