> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-zhong-wen/4-ce-jia-li-le-ce-shi-wang/titan-agent-an-zhuang-jiao-cheng/windows-xi-tong/cliwindows-chang-jian-wen-ti.md).

# (CLI)Windows常见问题

<details>

<summary>1.Multipass 连接错误解决指南</summary>

### 问题描述

当遇到错误提示："`cannot connect to the multipass socket`"时，通常与驱动程序配置有关。

### 解决步骤

1. 首先，检查当前驱动程序设置：

```
multipass get local.driver
```

2. 检查输出结果：

* 如果您使用 VirtualBox 作为虚拟化平台，输出应该显示 `virtualbox`
* 如果输出显示 `hyperv`，则需要更改驱动程序设置

3. 如果需要切换到 VirtualBox 驱动，执行以下命令：

```
multipass set local.driver=virtualbox
```

4. 后续处理：
   * 如果以上步骤完成后仍有问题，请运行 Multipass 安装程序的修复功能
   * 修复完成后重新启动相关服务

### 注意事项

* 确保您的系统已正确安装 VirtualBox
* 执行命令时需要管理员权限
* 修改驱动后可能需要重启 Multipass 服务

</details>

<details>

<summary>2.安装 VirtualBox时出现报错</summary>

解决方法：

<img src="/files/mf2Hhur2uoM8IsBkiZ6k" alt="" data-size="original">

* 打开您常用的浏览器（Chrome、Edge等）输入网址：<https://learn.microsoft.com/zh-cn/cpp/windows/latest-supported-vc-redist?view=msvc-170>
* 点击[Visual Studio 2015、2017、2019 和 2022](https://learn.microsoft.com/zh-cn/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) 选择对应的版本下载
* 安装visual C++

<img src="/files/KdJljfWyy5d325GU24C2" alt="" data-size="original">

<img src="/files/CcLM43LWkqBbpNuazX4R" alt="" data-size="original">

* 再运行VirtualBox 安装程序即可

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.titanapp.info/titan-network-zhong-wen/4-ce-jia-li-le-ce-shi-wang/titan-agent-an-zhuang-jiao-cheng/windows-xi-tong/cliwindows-chang-jian-wen-ti.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
