You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2018. It is now read-only.
so I'm curious about the behaviour of this particular package.
When I go get git.apache.org/thrift.git/lib/go/thrift the package is fetched:
$ test -f $GOPATH/src/git.apache.org/thrift.git/lib/go/thrift;echo$?
1
But when I use gvt I get:
$ gvt fetch -a git.apache.org/thrift.git/lib/go/thrift
2016/08/17 09:26:48 Fetching: git.apache.org/thrift.git/lib/go/thrift
fatal: dumb http transport does not support --depth
2016/08/17 09:26:49 command"fetch" failed: exit status 128
The text was updated successfully, but these errors were encountered:
FiloSottile
changed the title
Problems with fetching git.apache.org/thrift.git/lib/go/thrift
dumb http transport does not support --depth
Aug 17, 2016
Hi,
I'm not sure where to search on, but I did find this:
gvt/gbvendor/repo_test.go
Line 75 in b309889
When I
go get git.apache.org/thrift.git/lib/go/thrift
the package is fetched:But when I use gvt I get:
The text was updated successfully, but these errors were encountered: