-
Notifications
You must be signed in to change notification settings - Fork 37
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
bash script fails #2603
Comments
Yeah likely the post was truncated due to shell limits. On Monday, October 3, 2016, Andrew Walton notifications@github.com wrote:
|
I've run into this issue on every operation that I've tried and found that till it is fixed there's one good option. But first a possible solution. Possible solutionPerhaps the browser prompt is using markdown rendering rules, in which case removing the syntax language from the triple backtick that opens the code block should fix this issue. See the second code block verses the first within this comment in Option one
nano /tmp/validate.sh
|
When verifying my PGP key, I opted to go the bash script route. I copied and pasted the command that popped up in the modal, but it failed when pasted in the terminal:
I had to end up pasting the contents in a bash script and getting rid of some extraneous newlines at the beginning of the command to get it to work correctly.
The text was updated successfully, but these errors were encountered: