h12w / socks

A SOCKS (SOCKS4, SOCKS4A and SOCKS5) Proxy Package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get broken

gurupras opened this issue · comments

guru@dirtydeeds:~$ go get -u h12.me/socks# cd .; git clone https://h12.me/socks /home/guru/workspace/go/src/h12.me/socks
Cloning into '/home/guru/workspace/go/src/h12.me/socks'...
fatal: unable to access 'https://h12.me/socks/': gnutls_handshake() failed: Handshake failed
package h12.me/socks: exit status 128

It works fine on my computer and one of my colleague's. I guess it might be an issue of gnutls. Try search "gnutls_handshake() failed: Handshake failed" on Google for a solution.

sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update

and than can use https://github.com/paul-nelson-baker/git-openssl-shellscript/blob/master/git-openssl.sh