node.js - heroku git 存储库的 URL 是什么?

标签 node.js git heroku github heroku-toolbelt

我是 Heroku 的新手。最近我使用 Heroku git 创建了一个 NodeJS 应用程序并将其部署在 Heroku 上。我使用以下命令将存储库从 Heroku git 克隆到我的本地计算机。

heroku git:clone -a {app_name}

我如何才能浏览 Heroku git 上的存储库而不是像 GitHub 那样在本地浏览存储库?

最佳答案

How would I be able to browse the repository on the Heroku git rather than locally, like GitHub?

你不知道。

Heroku 是一个 platform as a service托管提供商,而不是存储库主机。 You can clone from it ,但这不是它的设计目的:

Heroku provides the git service primarily for deployment, and the ability to clone from it is offered as a convenience. We strongly recommend you store your code in another git repository such as GitHub and treat that as canonical.

它不为其 Git 存储库提供网络界面。

关于node.js - heroku git 存储库的 URL 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35469983/

相关文章:

node.js - 如何等待流完成管道? ( Node )

Github,在 master : active users 之前 fork 存储库

git - 将 Azure DevOps 连接到内部 IP 存储库

ruby-on-rails - Heroku Cedar Stack - 机架缓存头文件

javascript - 遍历帖子的日期以便在 DocPad 中进行存档

node.js - NodeJS : Insert record in dynamodb if not exist

node.js - 如何在Dialogflow的内联中读取API CALL的URL?

git - 如何使用 GitHub Desktop 对 GitHub 进行 "Commit"更改

python - 使用 Makefile、Docker 和 Python 部署到 heroku

ruby - 如何修补 RequestId 中间件或为什么 Heroku 不使用标准的 HTTP_X_REQUEST_ID?