BruceOuyang / issuelist

用于记录日常碰到的各种问题和经验总结 (请看Issues)
4 stars 2 forks source link

mac 系统升级后,环境变量重置 #128

Open BruceOuyang opened 1 year ago

BruceOuyang commented 1 year ago

1、zsh

source ~/.zshrc

2、git

xcode-select --install

3、sdkman

curl -s "https://get.sdkman.io" | bash

4、http_proxy

export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890

因人而异,看自己是否有这个设置