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.
私は初心者で、アプリを github から heroku にクローンしたいと考えています。このコマンドを試しました
heroku git:clone git@github.com:[Creator]/[APPname].git [HerokuappDirectory]
しかし、私は得る Resource Not Found。
Resource Not Found
で通常のようにレポをクローンしgit clone git@github... ます。次に、ディレクトリに cd して実行しますheroku create [an optional app name]。次に、リポジトリ (オリジン) 用に 1 つ、heroku アプリ (heroku) 用に 2 つの Git リモートをセットアップします。次に、'git push heroku master' が heroku にデプロイされます。
git clone git@github...
heroku create [an optional app name]