首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在docker构建过程中Grunt所需的github令牌

在docker构建过程中Grunt所需的github令牌
EN

Stack Overflow用户
提问于 2015-05-30 01:13:35
回答 1查看 186关注 0票数 1

Grunt在映像的docker构建期间执行时需要github身份验证令牌。我如何向grunt提供所需的令牌?交互式传递不起作用(正如我已经强调的那样)。

grunt的信息是:

代码语言:javascript
复制
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: 
EN

回答 1

Stack Overflow用户

发布于 2015-06-07 14:05:24

代码语言:javascript
复制
https://<token>:x-oauth-basic@github.com/MyApp/myapp.git
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/30535385

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档