You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
I am trying to use the script inside of another shell script that I have .. mainly I am doing the following:
read -p "⚙️ Configuring ghi ... What is your github username ? " GITHUB_USERNAME </dev/tty && ghi config --auth ${GITHUB_USERNAME}
I am prompted then in the shell:
⚙️ Configuring ghi ... What is your github username ? ahmadassaf
Enter ahmadassaf's GitHub password (never stored): stty: 'standard input': unable to perform all requested operations
I have seen a bunch of issues around this related to [stty](https://github.com/shurizzle/ruby-stty):
Hello,
I am trying to use the script inside of another shell script that I have .. mainly I am doing the following:
I am prompted then in the shell:
I have seen a bunch of issues around this related to
[stty](https://github.com/shurizzle/ruby-stty)
:The text was updated successfully, but these errors were encountered: