Martin

Results 5 comments of Martin

I was the v14.21.2, but npm didn't work, I used yarn. And there are many other problems such as `make check-style` and `make test` doesn't work. Fortunately the `make dist`...

I have the similar problem. It will be stuck at `Cloning into '/com.docker.devenvironments.code'...` When I entry the `docker/desktop-git-helper` container to run `ssh -v -T [email protected]` and the log will be...

I have come up with a temporary solution. Using the `https://xxx` when creating environment and it will success. Open in vscode and start a terminal so you can change the...

v2.15.8依然有这个问题,控制台报下面的错误,感觉总结不应该用流式请求,但是返回的却是流式响应,导致解析出错了 ``` [Request] failed to make a chat request SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data ```

找到一个临时解决方案,nginx增加如下配置就好了: ``` proxy_set_header x-forwarded-host $host; ```