Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、次の方法で送信する必要があります: git push heroku master
何らかの理由で Heroku はオリジンではなく、github は - なりたくないのですが - どうせ GitHub デスクトップ クライアントをダウンロードしたからだと思います。
とにかく - どうすればherokuをオリジンにできますか?
使用する:
git remote set-url origin git@heroku.com:<repo>.git
でリモートの名前を変更できます
git remote rename heroku origin