自托管无头代码空间

问题描述

我无法设置自托管的无头代码空间。我一直在关注https://docs.microsoft.com/en-us/visualstudio/codespaces/how-to/self-hosting-cli上的教程。但是当我到达

codespace start

我得到以下内容

$ codespaces start 
[2020-08-30 14:40:15.412 CLI.start I] Authenticating...
To sign in,use a web browser to open the page https://microsoft.com/devicelogin and enter the code BUH36PN6G to authenticate.
[2020-08-30 14:40:37.196 CLI.start I] When connecting to this Codespace,you will be logged in as: ****
Would you like to run as a persistent service/daemon? [Y]/[n]: y
[2020-08-30 14:40:42.089 CLI.start I] Will register as a service/daemon
[2020-08-30 14:40:42.373 CLI.start E] [!ERROR] We Could not find any subscriptions. Please create an Azure Subscription on https://azure.microsoft.com.

我已经确定签约,已经订阅并制定了代码空间计划。还有其他人遇到这些问题吗?

解决方法

我认为这是MS在没有通知的情况下中断了对自托管代码空间的访问, https://github.com/MicrosoftDocs/vscodespaces/issues/775