> go get -u github.com/whyrusleeping/gx
# cd C:\Users\CMCDragonkai\.go\src\golang.org\x\crypto; git pull --ff-only
fatal: Not a git repository (or any of the parent directories): .git
package golang.org/x/crypto/blake2b: exit status 128
package golang.org/x/crypto/blake2s: cannot find package "golang.org/x/crypto/blake2s" in any of:
C:\tools\go\src\golang.org\x\crypto\blake2s (from $GOROOT)
C:\Users\CMCDragonkai\.go\src\golang.org\x\crypto\blake2s (from $GOPATH)
package golang.org/x/crypto/sha3: cannot find package "golang.org/x/crypto/sha3" in any of:
C:\tools\go\src\golang.org\x\crypto\sha3 (from $GOROOT)
C:\Users\CMCDragonkai\.go\src\golang.org\x\crypto\sha3 (from $GOPATH)
The final bin isn't built either.
There's something wrong with ~\.go\src\golang.org\x\crypto. It's empty except just the .git folder, and that .git folder is corrupted because git thinks it's not a git repository.
Here:
The final bin isn't built either.
There's something wrong with
~\.go\src\golang.org\x\crypto
. It's empty except just the.git
folder, and that.git
folder is corrupted becausegit
thinks it's not a git repository.