gpt4 book ai didi

cURL 不会使用 GitHub API 提示我输入密码

转载 作者:行者123 更新时间:2023-12-05 09:20:10 24 4
gpt4 key购买 nike

我正在关注 GitHub's tutorial关于使用他们的 API。在我的 Git Bash 命令提示符中,我键入以下内容

curl -i https://api.github.com/users/defunkt

这会像预期的那样提取 JSON。但是,当我输入

curl -i -u your_username https://api.github.com/users/defunkt

它只是打印一个新行,就好像它在等我完成命令什么的。我需要按 CTRL C 退出。我也尝试过不同的变体,

curl -i -u "your_username" https://api.github.com/users/defunkt
curl -i --user your_username https://api.github.com/users/defunkt
curl -i --user "your_username" https://api.github.com/users/defunkt
curl -i -user your_username https://api.github.com/users/defunkt
curl -i -user "your_username" https://api.github.com/users/defunkt

没有任何效果。我做错了什么?

最佳答案

事实证明这是一个已知问题 ( https://github.com/curl/curl/issues/573 )。

解决方法:在 curl 命令前添加“winpty”。即

winpty curl ...

关于cURL 不会使用 GitHub API 提示我输入密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38702558/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com