Jump to content

Ubuntu Golang "go get <github url>" doesn't work.

G1K777

Hi everyone,

it slowly gets so annoying when things just don't work out of the box. Who the hell is coding this!?
I've installed Go on a Ubuntu using SSH. Go works, I can start a simple listen server, git clone stuff.
As soon as I type something like:
 

go get -u github.com/gorilla/mux.git

It doesn't work.
Why am I trying to do?
Installing this.

It tells me "invalid version control suffig in github.com/ path."

AMD FX8320 | GTX660 | 4x4GB DDR3 | LG ZR2740W

Logitech Wireless Pro  | Logitech G413 | Nuforce uDAC5  | AKG K612

Link to comment
Share on other sites

Link to post
Share on other sites

51 minutes ago, Timotheus2 said:

go get -u github.com/gorilla/mux

Do it without the ".git".

Thanks for your response mate but I never added "git" to this command.

AMD FX8320 | GTX660 | 4x4GB DDR3 | LG ZR2740W

Logitech Wireless Pro  | Logitech G413 | Nuforce uDAC5  | AKG K612

Link to comment
Share on other sites

Link to post
Share on other sites

Trying to fix this since 6pm... 4-5h later still not working.

 

Many hours later I just gave up and wont use go get. I wont spend 3 days fixing one thing that should work out of the box.

AMD FX8320 | GTX660 | 4x4GB DDR3 | LG ZR2740W

Logitech Wireless Pro  | Logitech G413 | Nuforce uDAC5  | AKG K612

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×