欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

使用go get下载源码报错fatal: Unable to find remote helper for 'https'

程序员文章站 2022-04-15 12:15:22
...

使用go get下载源码报错fatal: Unable to find remote helper for 'https'

使用go get下载源码报错

[[email protected] src]$ go get github.com/nsf/gocode
# cd .; git clone https://github.com/nsf/gocode /home/wangzheng/src/github.com/nsf/gocode
Cloning into '/home/wangzheng/src/github.com/nsf/gocode'...
fatal: Unable to find remote helper for 'https'
package github.com/nsf/gocode: exit status 128
$ yum install curl-devel
$ # cd to wherever the source for git is
$ cd /usr/local/src/git-1.7.9  
$ ./configure
$ make
$ make install

参考:[https://blog.csdn.net/zhezhebie/article/details/78035979]

相关标签: go get