、私はこれを行うことができます:私はそれを名前を変更したい場合はgitを使ってカスタム名でHerokuにアプリをデプロイしますか? <a href="https://devcenter.heroku.com/articles/git" rel="nofollow noreferrer">Heroku's guide</a>から
はheroku create
その後、
git push heroku master
(生成された名前を持つHerokuのリポジトリが存在します)(私はとにかくする必要があります)、私はこれやる:
git remote rename generated-name the-name-i-want
をしかし、私はカスタム名でHerokuのリポジトリを作成したい場合は、私は、端末を使用して自分のコードを展開することはできません。
heroku create the-name-i-want
git push heroku master
スローエラー
fatal: 'heorku' does not appear to be a git repository
fatal: Could not read from remote repository.
または
git push heroku the-name-i-want master
または
git push the-name-i-want master
スローエラー
fatal: 'the-name-i-want' does not appear to be a git repository
fatal: Could not read from remote repository.
gitを使用してカスタム名でherokuにコードをデプロイするにはどうすればよいですか? は、私は次の2つの概念をconflatingしているWindows 10
ありがとう@msanford – Viet
@Viet Pleasure! – msanford