# 运行与安装过程中的常见问题与解决方案

## -bash: ./init.sh: Permission denied

如果运行可执行文件出现权限不足（-bash: ./init.sh: Permission denied）的情况，可执行下面的命令添加权限进行解决（此处是init.sh文件权限不足，其他的可执行文件改成自己的名字）：

```
chmod +x init.sh
```

![](/files/E4kykFJTPllLY7VCK6zZ)


---

# Agent Instructions: 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://datacbc.gitbook.io/index/chang-jian-wen-ti/yun-xing-yu-an-zhuang-guo-cheng-zhong-de-chang-jian-wen-ti-yu-jie-jue-fang-an.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.
