-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
Description
When I run it locally:
$ hack/verify-bazel.sh
# cd .; git clone https://gopkg.in/mikedanese/gazel.v13 /usr/local/google/home/mtaufen/go-tools/src/gopkg.in/mikedanese/gazel.v13
Cloning into '/usr/local/google/home/mtaufen/go-tools/src/gopkg.in/mikedanese/gazel.v13'...
error: RPC failed; HTTP 301 curl 22 The requested URL returned error: 301
fatal: The remote end hung up unexpectedly
package gopkg.in/mikedanese/gazel.v13/gazel: exit status 128
!!! Error in hack/verify-bazel.sh:23
'go get -u gopkg.in/mikedanese/gazel.v13/gazel' exited with status 1
Call stack:
1: hack/verify-bazel.sh:23 main(...)
Exiting with status 1
Small test case to induce failure:
$ git clone https://gopkg.in/mikedanese/gazel.v13
Cloning into 'gazel.v13'...
error: RPC failed; HTTP 301 curl 22 The requested URL returned error: 301
fatal: The remote end hung up unexpectedly
I am using git version 2.11.0, if it makes any difference.
janetkuo, kow3ns and mengqiy