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

How to enter my password? #35

Open
NeverObsess opened this issue May 12, 2018 · 2 comments
Open

How to enter my password? #35

NeverObsess opened this issue May 12, 2018 · 2 comments

Comments

@NeverObsess
Copy link

NeverObsess commented May 12, 2018

for example:

  • I need to enter the password when running a command with sudo.
  • I need to enter [y/N] when running a command that needs to be confirmed.
  • ...

How can I do this?

@NeverObsess NeverObsess changed the title Can I enter anything during the commands executing? How to enter my password? May 12, 2018
@varyP
Copy link

varyP commented Aug 7, 2020

Same problem for me, while deploying Publish blog, ShellOut is unable to ask for password.
Using the --deploy flag in Xcode scheme, i get

[info] fatal: could not read Password for 'https://<username>@github.com': Device not configured: file /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-1103.8.25.8/swift/stdlib/public/core/ErrorType.swift, line 20

Running via terminal does nothing. Just gets stuck.

@fadylateef
Copy link

There is a workaround for your password problem, Install sshpass 👇🏻
apt install sshpass

You can use sshpass -p[yourpasswordhere].

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

No branches or pull requests

3 participants