We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment
uname -a Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux echo $SHELL /bin/bash
When I tried to run the cy script I got the following error:
/usr/local/bin/cy: 35: /usr/local/bin/cy: Syntax error: "(" unexpected
I changed the shebang from /bin/sh to /bin/bash and I could run the script.
/bin/sh
/bin/bash
I tried to use the -r switch but git reported:
-r
- Using read-only repository. ... Permission denied (publickey). fatal: The remote end hung up unexpectedly Could not clone remote repository
The -r switch only writes a message to stdout. The script should switch to use NON_CORE_URL (which is a read-only repository) instead of BASE_URL.
NON_CORE_URL
BASE_URL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
When I tried to run the cy script I got the following error:
I changed the shebang from
/bin/sh
to/bin/bash
and I could run the script.I tried to use the
-r
switch but git reported:The
-r
switch only writes a message to stdout.The script should switch to use
NON_CORE_URL
(which is a read-only repository) instead ofBASE_URL
.The text was updated successfully, but these errors were encountered: