liteide
liteide copied to clipboard
在LiteIDE中是不是不能使用代理?
What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?
X37.1
What version of Go are you using (go version)?
1.14.4
What operating system and processor architecture are you using(go env)?
Windows 10@Intel i5-9400F
What did you do?
在项目中Build
What did you expect to see?
正常进行go build
What did you see instead?
卡在go build应该是get package环节,时间非常长
使用liteide的终端设置http_proxy和https_proxy后,在界面按钮build依然无效,但是在liteide的终端里go build速度就很快了,代理也确实在使用。 有没有办法直接让LiteIDE支持代理?谢谢!
在 liteide 的 GOPATH/GoModule 中可以设置 GOPROXY 。也可以在 liteide 的 env 环境配置文件中自己更改。