We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sudo trust anchor --store ~/.dev-sidecar/dev-sidecar.ca.crt
折腾了好久,不要用自带的根证书安装器,那是走Debian系的
The text was updated successfully, but these errors were encountered:
补充一下,要让终端应用走代理要设置 http_proxy 和 https_proxy 为 127.0.0.1:{dev-sidecar加速服务里面的端口号},可以通过打开终端执行
http_proxy
https_proxy
127.0.0.1:{dev-sidecar加速服务里面的端口号}
export http_proxy=127.0.0.1:{端口号同上} // 注:1.8.7 版本开始,"http端口 = https端口 - 1" export https_proxy=127.0.0.1:{端口号同上}
设置,或者干脆把上面那一段放进 ~/.bashrc 里面,这样一打开终端就会自动执行以上命令。
~/.bashrc
Sorry, something went wrong.
No branches or pull requests
sudo trust anchor --store ~/.dev-sidecar/dev-sidecar.ca.crt
折腾了好久,不要用自带的根证书安装器,那是走Debian系的
The text was updated successfully, but these errors were encountered: