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

Error when executing $go get mumble.info/grumble/cmd/grumble #77

Open
koltl opened this issue Sep 26, 2021 · 1 comment
Open

Error when executing $go get mumble.info/grumble/cmd/grumble #77

koltl opened this issue Sep 26, 2021 · 1 comment

Comments

@koltl
Copy link

koltl commented Sep 26, 2021

When executing 'go get mumble.info/grumble/cmd/grumble', I get the following error:

package mumble.info/grumble/cmd/grumble: unrecognized import path "mumble.info/grumble/cmd/grumble" (https fetch: Get https://mumble.info/grumble.php?q=.php&q=.php&q=.php&q=.php&q=.php&q=.php&q=.php&q=.php&q=.php&q=/cmd/grumble&go-get=1: stopped after 10 redirects)

Is this an issue with the web server?

@iwittkau
Copy link

That's a problem with the go.mod: there's nothing hosting the sources at mumble.info.

Here's what you can do: clone the repository and execute go install ./cmd/grumble from the root directory. This should compile the server to $HOME/go/bin/grumble.

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

No branches or pull requests

2 participants