Cannot install/build ansize
Closed this issue · 1 comments
thensgens commented
Hello,
I'm not able to properly install ansize.
The command should be "go get github.com/nfnt/ansize", but this results in:
fatal: https://github.com/nfnt/ansize/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
package github.com/nfnt/ansize: exit status 128
And your example for Mac installation (via Homebrew) states that the package is "resize".
Did this happen due to a repository (name) switch or anything like that?
Edit: Okay, I had a closer look in the source code. Resize is a dependency and "go get" works fine for that.
So, first you should add the installation instruction "go get github.com/nfnt/resize" and then fix the error for "go get'ting" your repo ;)
jhchen commented
- Not sure where you are getting the command go get github.com/nfnt/ansize... Please refer to the README for build instructions.
- go get github.com/nfnt/resize is already in the README...