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

invisible magic error bug thing fix #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

traviswdev
Copy link

I tried to install it on cygwin, says "installed dope 0.0.3", then the binary file contains a single line with "Not Found" because the curl binUrl is wrong.

If I do:

if [ "${goOs}" != "darwin" ] && [ "${goOs}" != "linux" ]; then
    goOs="linux"
fi

...instead, it seems to install correctly, but I get zsh: exec format error: dope or bash: /usr/local/bin/dope: cannot execute binary file: Exec format error when I run it. (I think) This is an architecture problem. My pc doesn't like amd64.

I tried to install it on cygwin, says "installed dope 0.0.3", then the binary file contains a single line with "Not Found" because the `curl binUrl` is wrong.

If I do:
```
if [ "${goOs}" != "darwin" ] && [ "${goOs}" != "linux" ]; then
    goOs="linux"
fi
```
...instead, it seems to install correctly, but I get `zsh: exec format error: dope` or `bash: /usr/local/bin/dope: cannot execute binary file: Exec format error` when I run it. (I think) This is an architecture problem. My pc doesn't like amd64.
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

Successfully merging this pull request may close these issues.

1 participant