Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant