Skip to content

git 提交超时问题

如果有 vpn 则可以按如下配置

  • git config --global http.proxy http://127.0.0.1:your-port
  • git config --global https.proxy http://127.0.0.1:your-port

Released under the MIT License.