1

我通过令牌对 github cli 进行了身份验证

gh auth status -h lalala.com
#=>
lalala.com
  ✓ Logged in to lalala.com as lolofon (~/.config/gh/hosts.yml)
  ✓ Git operations for lalala.com configured to use https protocol.

但是,之后立即执行:

gh pr list --repo lala/portal
#=>
HTTP 401: This endpoint requires you to be authenticated. (https://api.github.com/graphql)

我做错了什么?谢谢!

4

1 回答 1

1

显然它是一个错误:-(
您可以通过设置这样的环境变量很容易地解决它:

set GH_HOST=lalala.com

有关详细信息,请参阅此GitHub 问题

于 2020-09-22T12:39:18.333 回答