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

Commands that require interaction with TTY cause web-terminal to stop responding. #1

Open
rabchev opened this issue Apr 1, 2013 · 0 comments
Labels

Comments

@rabchev
Copy link
Owner

rabchev commented Apr 1, 2013

For instance, commands like sudo that require password from TTY directly cause web-terminal to stop responding. In this case the whole process has to be restarted.

The workaround for the time being is to issue sudo with -S argument to instruct sudo to ask for password on the standard IO. Example: "sudo -S npm install"

For Git, passwords have to be stored to avoid this problem; "git config credential.helper store"

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