【发布时间】:2021-10-19 11:21:31
【问题描述】:
直到几天前,我还在 Github 页面上部署我的 html:
ng deploy --base-href=/documentation/
今天我收到此错误:“远程:对密码身份验证的支持已于 2021 年 8 月 13 日删除。请改用个人访问令牌。 远程:请参阅https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ 了解更多信息。 致命:无法访问“https://github.com/BioComputingUP/ProSeqViewer-documentation.git/”:请求的 URL 返回错误:403”
我在我的 github 设置中设置了一个令牌,但我不明白如何使用它来部署我的页面。这应该怎么做?
【问题讨论】:
标签: authentication deployment angular-cli token github-pages