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
env.passwords doesn't work #1130
Comments
|
#1159 also seems to imply the same thing. I'll have to try and duplicate locally - thanks for the report! |
|
And now a report from the mailing list: http://lists.nongnu.org/archive/html/fab-user/2014-08/msg00006.html - clearly something regressed here. |
|
I cannot recreate this on any branch via the following:
So password memory is not wholly broken, at least (which is what the ML post implied). Checking over the two tickets in more detail, they're both setting EDIT: Looks like this is just yet another case of host strings being horrible hacks - neither user seems to be editing There's no real way to "fix" this besides educating users about the need to be fully explicit. And then releasing Fab 2 that doesn't use host strings :) Will ensure the docs have a clear warning about this... |
|
l've fixed this issue by 'root'@ip:port not sure whether the document of description not updated? |
|
@bitprophet I think it's completely obscure to require explicit ports here when they are inferred (if not explicitly provided) almost everywhere else. Would it be possible to just infer a default when a port isn't explicitly provided? |
Recently, I use fab to deploy some middleware or run some command on remote server. but even if I specified the env.password(s)。 when I run the fab, still prompt me to provide the password.
any ideas or suggestion?
The code like below
when I run the fab as below the prompt information as below.
The text was updated successfully, but these errors were encountered: