Results 5 issues of 展昭

### Prerequisites * [ ] Can you reproduce? Yes * [ ] Are you running the latest version of SoftEtherVPN? No **SoftEther version: 5.02.5180 **Component: Setup **Operating system: Windows **Architecture:...

If you are deploying OpenIM for the first time 尝试按照教程流程克隆代码,但clone指令报错。 使用的clone指令为: ``` git clone https://github.com/OpenIMSDK/Open-IM-Server.git --recursive ``` 报错信息为: ``` 获取了子模组路径 'cmd/Open-IM-SDK-Core',但是它没有包含 3cf486771bbe7ecb33f7e7c3cdf733f28b16d8b7。直接获取该提交失败。 ``` 截图如下: ![image](https://user-images.githubusercontent.com/13344900/180106433-b135feee-4897-47bf-a2e5-0c85b628761b.png)

If you are deploying OpenIM for the first time sdk_server的启动脚本sdk_svr_start.sh中,包含了两条无法识别的参数,会导致服务端程序启动失败。分别是: -openIM_ws_address 截图如下: ![image](https://user-images.githubusercontent.com/13344900/187331963-7bf745a6-faea-4bd5-acd5-b0ce84f9a32c.png) 和-openIM_api_address, ![image](https://user-images.githubusercontent.com/13344900/187332049-02edb57a-2da0-4bf2-8f93-eb18a005cbe9.png) 同时配置文件中的日志级别后面需加一个空格,否则读取日志级别时也会报错。 截图如下: ![image](https://user-images.githubusercontent.com/13344900/187331830-bd6aa6e9-a284-4dc2-aea2-4199b1b84b33.png)

你好,我把你的源码下下来跑起来之后资源服务器可以正常访问,但是认证服务无论访问什么地址都是404,这是为什么啊

按照教程完成了编译安装,并成功启动了nginx,但启动nginx后无法访问https接口,运行 ``` gmssl tls13_client -host 127.0.0.1 -port 443 ``` 命令会提示:*Connection reset by peer* 尝试 ``` curl https://127.0.0.1/ ``` 也会报错,提示:*连接被重置* 有人遇到过这个问题吗,应该怎么解决啊?