如何从 Heroku 检索 git 存储库?

发布于 2024-11-28 05:53:41 字数 192 浏览 1 评论 0原文

我创建了一个应用程序并将其部署到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜`诱少女 2024-12-05 05:53:41

你只需要通过你的heroku应用程序克隆你的git repo链接。

git clone [email protected]:<YOUR_APP>.git

You just need clone you git repo link by your heroku app.

git clone [email protected]:<YOUR_APP>.git
柒七 2024-12-05 05:53:41

2014 年,您可以做

heroku git:clone -a <your-app-name>

文档

In 2014, you could do

heroku git:clone -a <your-app-name>

Documentation

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文