## Tips: ### 1. Terminal 设置代理 例子如下: “7890” 替换成你本地梯子的端口,有的需要打开“局域网内允许代理”。 ``` set http_proxy=127.0.0.1:7890 set https_proxy=127.0.0.1:7890 ``` 更多可以参考: * [windows终端命令行下如何使用代理? ](https://github.com/shadowsocks/shadowsocks-windows/issues/1489) ### 2. 安装 Git Windows 可以去 Git 的官网安装 Git。 [https://git-scm.com/downloads](https://git-scm.com/downloads) ### 3. 安装 Rime 中州韵 [https://rime.im/download/](https://rime.im/download/) 在这里自行安装 Windows ### 4. 通过 RubyInstaller 安装 Ruby https://rubyinstaller.org/downloads/ 也可以点击下面直接下载 Ruby 3.2.2(截至2023年4月10日最新版本),选择适合你的架构版本。 * [Ruby+Devkit 3.2.2-1 (x64) ](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.2-1/rubyinstaller-devkit-3.2.2-1-x64.exe) * [Ruby+Devkit 3.2.2-1 (x86) ](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.2-1/rubyinstaller-devkit-3.2.2-1-x86.exe)