这里写自定义目录标题
- 安装
- 使用
- 可能问题
- SSL certificate problem
- 参考
安装
- 访问 官网下载 下载
- 安装(或解压)
使用
- 打开 Steam++ 可执行文件
- 点击网络加速按钮,再选择平台加速选项卡,勾选github项
- 开启加速:点击一键加速按钮
- 关闭加速:点击停止加速按钮
可能问题
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