gh auth login时引起的could not prompt: Incorrect function.问题
Posted 西西弗斯丶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gh auth login时引起的could not prompt: Incorrect function.问题相关的知识,希望对你有一定的参考价值。
错误描述
$ gh auth login
? What account do you want to log into? [Use arrows to move, type to filter]
> GitHub.com
GitHub Enterprise Server
could not prompt: Incorrect function.
You appear to be running in MinTTY without pseudo terminal support.
To learn about workarounds for this error, run: gh help mintty
查看帮助
$ gh help mintty
MinTTY is the terminal emulator that comes by default with Git
for Windows. It has known issues with gh's ability to prompt a
user for input.
There are a few workarounds to make gh work with MinTTY:
- Reinstall Git for Windows, checking "Enable experimental support for pseudo consoles".
- Use a different terminal emulator with Git for Windows like Windows Terminal.
You can run "C:\\Program Files\\Git\\bin\\bash.exe" from any terminal emulator to continue
using all of the tooling in Git For Windows without MinTTY.
- Prefix invocations of gh with winpty, eg: "winpty gh auth login".
NOTE: this can lead to some UI bugs.
解决方案:
使用token登录
$ winpty gh auth login
? What account do you want to log into? GitHub.com
? What is your preferred protocol for Git operations? HTTPS
? Authenticate Git with your GitHub credentials? Yes
? How would you like to authenticate GitHub CLI? Paste an authentication token
Tip: you can generate a Personal Access Token here https://github.com/settings/tokens
The minimum required scopes are 'repo', 'read:org', 'workflow'.
? Paste your authentication token: ****************************************
- gh config set -h github.com git_protocol https
✓ Configured git protocol
✓ Logged in as xxxxxx
以上是关于gh auth login时引起的could not prompt: Incorrect function.问题的主要内容,如果未能解决你的问题,请参考以下文章
gh auth login时引起的could not prompt: Incorrect function.问题
TemplateInputException:解析模板时出错 [auth/login]
渲染时 NoReverseMatch:“django.contrib.auth.views.login”的反向
当客户端在 /.auth/login/aad 端点上发布访问令牌时,为啥 EasyAuth 返回 401 Unauthorized 状态?