Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic auth prompt not working #227

Open
perlpunk opened this issue May 19, 2016 · 1 comment
Open

basic auth prompt not working #227

perlpunk opened this issue May 19, 2016 · 1 comment
Labels

Comments

@perlpunk
Copy link
Collaborator

I can't enter my password when using the command tokens, for example.
It (curl) prompts for my password, but when I enter one character, it stops, and outputs nothing.

% git hub tokens
Enter host password for user 'perlpunk':<one character>
%

If I run the curl command manually, I can enter my password as expected.

@perlpunk perlpunk added the bug label May 20, 2016
@perlpunk
Copy link
Collaborator Author

perlpunk commented Jun 29, 2016

this seems to be caused by piping to less and can be reproduced by this:

% curl --request GET https://api.github.com/authorizations -u github-username | less

I'm using curl 7.38.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant