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
I have cloned git repository into my Ubuntu machine but I am getting following terminal output after running "sh deploy.sh". It seems shell script is not prompting me for any password and generate following error.
"Be sure to populate values in setenv.sh in this directory before running this script.
Using in .
Enter your password for the Apigee Enterprise organization , followed by [ENTER]:
deploy_all.sh: 13: read: Illegal option -s
Verifying credentials...
Authentication failed!
Please re-run the script using the right username/password."
Any suggestion ? Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Did you edit the file api-platform-samples/setup/setenv.sh? Also the 'read -s' option is a bash shell flag -- do you have a bash shell? Let me know if you get it working or if we need to troubleshoot more.
I have cloned git repository into my Ubuntu machine but I am getting following terminal output after running "sh deploy.sh". It seems shell script is not prompting me for any password and generate following error.
"Be sure to populate values in setenv.sh in this directory before running this script.
Using in .
Enter your password for the Apigee Enterprise organization , followed by [ENTER]:
deploy_all.sh: 13: read: Illegal option -s
Verifying credentials...
Authentication failed!
Please re-run the script using the right username/password."
Any suggestion ? Thanks!
The text was updated successfully, but these errors were encountered: