1

Grunt 需要一个 github 身份验证令牌,而它是在 docker 构建图像期间执行的。如何为 grunt 提供所需的令牌?交互式传递不起作用(正如我已经要求的那样)。

咕噜的信息是:

Running "volo:add:-nostamp:twbs/bootstrap/3.3.2:packages/bootstrap/" (volo) task
GitHub auth required for api.github.com/repos/twbs/bootstrap/tags: {"message":"API rate limit exceeded for XXX.XXX.XXX.XXX. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}
GitHub access token required to complete action. In a web browser, go to:

https://github.com/settings/tokens

and generate a new "Personal access token" for volo. Only "repo" and "public_repo" permissions are needed. Paste the generated token below.
GitHub Personal Access Token: 
4

1 回答 1

0

您可以将存储库的 URL 更改为:

https://<token>:x-oauth-basic@github.com/MyApp/myapp.git

更多信息请访问:https ://devops.profitbricks.com/tutorials/configure-a-docker-container-to-automatically-pull-from-github-using-oauth/

于 2015-06-07T06:05:23.773 回答