Blog
My life and notes
<p>首先,我们需要找到 PowerShell 的配置文件。如果你还没有创建过,可以用以下命令创建:</p><pre><code class="language-js">if (!(Test-Path -Path $PROFILE)) { ...
<p>修改~/.bashrc 文件</p><p>加入</p><p></p><pre><code class="language-js"># --- 请在这里修改您的代理服务器信息 --- PROXY_HOST="127.0.0.1" # ...