rclone挂载google drive错误Failed to configure token: failed to get token: Post https://oauth2.googleapis.com/token: proxyconnect tcp: EOF
谷歌被墙了,需要验证toke,就需要让终端也走代理。
linux终端临时走代理:
export http_proxy="socks5://127.0.0.1:1080"
export https_proxy="socks5://127.0.0.1:1080"
# socks5代理
export http_proxy="http://localhost:port"
export https_proxy="http://localhost:port"
# http代理
上一篇:
解决Rclone挂载Google Drive上传失败和内存占用高下一篇:
rclone常用命令参数