使用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]
上一篇: requests发送post、get请求
下一篇: NodeJS中get请求的识别