vscode tunnel service 将tunnel作为linux系统服务一直运行
按照terminal提示选择github账户,授权。1. 下载vscode cli文件。2.执行code tunnel。3.code以用户服务守护运行。
·
1. 下载vscode cli文件
2.执行code tunnel
按照terminal提示选择github账户,授权
3.code以用户服务守护运行
code tunnel service install
4.设置服务自启
systemctl --user enable --now code-tunnel
loginctl enable-linger {你的用户名}
vim /home/{你的用户名}/.config/systemd/user/code-tunnel.service
将WantedBy=multi-user.target修改为WantedBy=default.target
6. 启用服务
systemctl --user enable --now code-tunnel
7. 重新授权
code tunnel
按照提示重新进行授权,否则显示你未授权,如下:
trace refresh poll failed, retrying: Error getting authorization: authorization_pending The authorization request is still pending.
查看服务状态
systemctl --user status code-tunnel
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)