Skip to content

v0.9.2.2

Compare
Choose a tag to compare
@wherelse wherelse released this 05 May 15:58
· 1 commit to master since this release

更换git模块为simple-git,解决同步遇到错误问题,此版本需要配合Git客户端使用,请首先下载并安装Git: Git官网下载

若使用此版本仍无法同步,请在output文件夹处,使用git bash,运行以下命令配置代理,端口号注意更改为自己本地代理端口号:

# 设置http代理
git config http.proxy http://127.0.0.1:2334
或者
#设置socks5代理
git config http.proxy socks5://127.0.0.1:1080

另外此版本基于本人修改的v0.9.2.1版本修改而来,也可解决sftp同步问题。