作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已被邀请加入 heroku 合作。我收到了电子邮件:
Since you already have an account with Heroku, you can get started by simply git cloning the app repository:
git clone git@heroku.com:.....
$ heroku git:clone -a APPNAME This will create a directory called APPNAME, with a full copy of the git repository. It also sets up a git remote called heroku.
最佳答案
运行 heroku git:remote -a APPNAME
从现有的 git 目录中。
您也可以直接使用 git remote
执行此操作-- 在 heroku 控制面板中查看您的应用程序以查找 git 地址。
我不建议使用 heroku git:clone
作为文档的详细信息,因为听起来像您一样,您应该使用单独的 git 托管提供商(例如 github)来实际管理您的源代码。
关于heroku无需克隆即可协作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13076215/
这实际上是我问的问题的一部分here ,该问题没有得到答复,最终被标记为重复。 问题:我只需使用 @Autowired 注释即可使用 JavaMailSender。我没有通过任何配置类公开它。 @Co
我是一名优秀的程序员,十分优秀!