Scalingo / cli

Command Line client for Scalingo PaaS
https://cli.scalingo.com
Other
128 stars 24 forks source link

[git bash] Cannot login using username password #1085

Closed curzolapierre closed 2 days ago

curzolapierre commented 1 month ago

Following this old issue: https://github.com/Scalingo/cli/issues/160

image

When you fill in the user name and validate by pressing enter, the password is passed directly as if you were pressing enter a second time

EtienneM commented 1 month ago

Isn't it a duplicate of #809?

aurelien-reeves-scalingo commented 2 weeks ago

For information, this issue is also triggered when using Scalingo CLI within a one-off that has been run from a Windows workstation.

EtienneM commented 2 days ago

Duplicate of #809

aurelien-reeves-scalingo commented 2 days ago

809 seems to be related to cache files

The issue here seems not have to deal with such files, specially when it is observed from within a one-off

It seems more to be an issue related to the handling of stdin on Windows

EtienneM commented 2 days ago

809 is also related to the fact that Windows CLI cannot read from stdin. This is definitely a duplicate.