-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make时报错 #74
Comments
连接 github 失败,可以检查一下代理设置 |
与代理设置应该无关,我使用cent os可以正常make,但我使用ubuntu就无法make
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年2月3日(星期五) 上午10:59
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [xuperchain/xuper-sdk-go] make时报错 (Issue #74)
连接 github 失败,可以检查一下代理设置
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
: dial tcp 172.217.163.49:443: connect: connection refused |
我也是make时报错: github.com/xuperchain/xuper-sdk-go/v2/accountpackage testmain: cannot find package github.com/xuperchain/xuper-sdk-go/v2/commonpackage testmain: cannot find package github.com/xuperchain/xuper-sdk-go/v2/common/configpackage testmain: cannot find package github.com/xuperchain/xuper-sdk-go/v2/xuperpackage testmain: cannot find package |
go test -race -coverprofile=coverage.txt -covermode=atomic ./account/... ./common/... ./xuper/...
go: github.com/btcsuite/[email protected]: Get "https://proxy.golang.org/github.com/btcsuite/btcutil/@v/v0.0.0-20190425235716-9e5f4b9a998d.mod": dial tcp 172.217.163.49:443: connect: connection refused
make: *** [test] Error 1
The text was updated successfully, but these errors were encountered: