如何从 Heroku 检索 git 存储库?
我创建了一个应用程序并将其部署到 Heroku,但我没有 github git 存储库(我知道这真是个坏主意!)并且我的本地 git 存储库已被删除(这里只是简单的愚蠢)。所以我没有我的来源的副本。我需要进行一些更新,我唯一能想到的就是从 Heroku 进行结帐。
有没有办法从 Heroku 结账?有没有办法从 Heroku git 存储库检索源代码?
I created an app and deployed it to Heroku, but I didn't have a github git repo (I know really bad idea!) and my local git repo has been deleted (just plain stupidity here). So I have no copies of my source. I need to make some updates and the only thing I can think of is doing a checkout from Heroku.
Is there a way to do a checkout from Heroku? Is there a way I can retrieve the source from the Heroku git repo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你只需要通过你的heroku应用程序克隆你的git repo链接。
You just need clone you git repo link by your heroku app.
2014 年,您可以做
文档
In 2014, you could do
Documentation