补充: 如果不能获取token使用以下办法 在windows电脑获取相同的版本 使用以下命令行登录远程
ssh -L localhost:53682:localhost:53682 username@remote_server
重新执行命令 选择
...
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes (default)
n) No
y/n> y
然后将auth url复制并粘贴http://127.0.0.1:53682/auth?state=xxxxxxxxxxxx
到本地机器上的浏览器中,完成auth就完成了。
方法二 ,在cmd中执行命令
set http_proxy=http://127.0.0.1:端口号
set https_proxy=http://127.0.0.1:端口号