-
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/956bf85bbac978d56c0e319c5fac2d6db7df9564/install.sh) 0.3.4.4
x-ui安装脚本
-
分享一下,如果Git拉不动的话,可以设置代理:
#设置http(s)代理 git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy https://127.0.0.1:7890
#设置socks5代理 git config --global http.proxy 'socks5://127.0.0.1:10800' git config --global https.proxy 'socks5://127.0.0.1:10800'
#查看代理 git config --global --get http.proxy git config --global --get https.proxy
#关闭代理 git config --global --unset http.proxy git config --global --unset https.proxy
-
搞了个Halo的“瞬间”来玩玩~