Error when executing $go get mumble.info/grumble/cmd/grumble
koltl opened this issue · 1 comments
koltl commented
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 commented
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
.