一、下载并安装heroku

下载地址:https://devcenter.heroku.com/articles/getting-started-with-java#set-up

安装注意:若此前已经安装过git,则安装的时候,不需要勾选git组件。

二、下载项目

打开git命令框

登录到heroku:$ heroku login

若报错:Login is currently incompatible with git bash/Cygwin/MinGW,则需输入winpty heroku login,登陆heroku。

重启heroku里面的git项目:$ heroku restart

参考博客地址:https://blog.csdn.net/yusuoxinsuei/article/details/61914517


Git 与 Heroku 结合使用

三、heroku 网页版操作

温馨提示:heroku网站打不开,需购买v*n

Git 与 Heroku 结合使用

网页版本登录地址:https://id.heroku.com/login

搜索框输入要查找的项目:点击,右上角More——view logs 查看项目运行日志

Git 与 Heroku 结合使用

相关文章:

  • 2021-11-27
  • 2021-05-09
  • 2022-12-23
  • 2022-01-13
  • 2021-10-09
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
猜你喜欢
  • 2021-09-20
  • 2021-10-28
  • 2021-10-31
  • 2021-06-09
  • 2022-01-07
  • 2021-10-05
相关资源
相似解决方案