Authenticated user does not have 'create' access scope for the default tunnel domain
想要使用VS Code Server 进行远程开发,按照操作步骤,
https://code.visualstudio.com/docs/remote/vscode-server
在 powershell 中进行操作,执行到第 4 步时,
? What would you like to call this machine? (elegant-pitta)
出现错误
Unauthorized tunnel creation access when starting code-server
,后来在官方github中搜索到解决方案,
https://github.com/microsoft/vscode-remote-release/issues/6912
大概意思是,目前还处于预览版,需要用 github 的账号去论坛申请注册开通才可以,
大概要到2022年七月份有结果。
申请地址:
https://aka.ms/vscode-server-signup
已注册申请,等结果吧。