src-d / proteus

Generate .proto files from Go source code.
https://blog.sourced.tech/post/proteus/
MIT License
735 stars 70 forks source link

master doesn't build #58

Closed mvdan closed 7 years ago

mvdan commented 7 years ago
Cloning into '/home/mvdan/go/land/src/gopkg.in/src-d/go-parse-utils.v1'...
error: RPC failed; HTTP 301 curl 22 The requested URL returned error: 301

Reproducible via git clone https://gopkg.in/src-d/go-parse-utils.v1

erizocosmico commented 7 years ago

Works for me:

$ git clone https://gopkg.in/src-d/go-parse-utils.v1                                                                 
Cloning into 'go-parse-utils.v1'...
remote: Counting objects: 55, done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 55 (delta 16), reused 0 (delta 0), pack-reused 25
Unpacking objects: 100% (55/55), done.
Checking connectivity... done.

Maybe a temporary error on gopkg.in?

mvdan commented 7 years ago

Hmm, still the same here.

I would say it's my internet connection here in Newcastle, but my VPS in London has the same issue.

mvdan commented 7 years ago

In case it helps:

 $ git version
git version 2.11.1
 $ curl --version
curl 7.52.1 (x86_64-pc-linux-gnu) libcurl/7.52.1 OpenSSL/1.0.2k zlib/1.2.11 libpsl/0.17.0 (+libicu/58.2) libssh2/1.8.0
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy PSL
erizocosmico commented 7 years ago

Still working for me with git version 2.11.1. Is this still happening? Do you have issues with just that particular package or any other under gopkg.in?

mblair commented 7 years ago

@mvdan I'm pretty sure you were hitting this: https://github.com/niemeyer/gopkg/issues/50, which has been resolved.

mvdan commented 7 years ago

Yeah, the clone seems to work now. Thanks!