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