0


使用 Watt Toolkit (原名 Steam++)加速github访问

这里写自定义目录标题

安装

  1. 访问 官网下载 下载
  2. 安装(或解压)

使用

  1. 打开 Steam++ 可执行文件
  2. 点击网络加速按钮,再选择平台加速选项卡,勾选github
  3. 开启加速:点击一键加速按钮
  4. 关闭加速:点击停止加速按钮

可能问题

SSL certificate problem

  • 如 clone godot

git clone https://github.com/BeyondDimension/SteamTools.git
Cloning into ‘SteamTools’…
fatal: unable to access ‘https://github.com/BeyondDimension/SteamTools.git/’: SSL certificate problem: unable to get local issuer certificate

  • 解决方法
 git config --global http.sslVerify false
 
 # 继续
 git clone https://github.com/BeyondDimension/SteamTools.git

参考

  • github SteamTools
  • gitee releases
标签: github

本文转载自: https://blog.csdn.net/qq_16740151/article/details/136679310
版权归原作者 qq_16740151 所有, 如有侵权,请联系我们删除。

“使用 Watt Toolkit (原名 Steam++)加速github访问”的评论:

还没有评论