shelltea
shelltea
同样的问题,用下面的命令解决了。 ``` # permission sudo chown -R $USER ~/.V2rayU/ sudo chmod -R 777 ~/.V2rayU/ # root permission cd ~/.V2rayU/ cmd="./unzip.sh" sudo chown root:admin ${cmd} sudo chmod a+rx ${cmd} sudo chmod...
@acdcjunior Thanks!The problem have been solved.
已经用以下方法开启了 `first-party-jwt` 的支持 ``` istioctl install --set Values.global.jwtPolicy=first-party-jwt ```
3.1.2版本能包含这个优化吗?
@yangbodong22011 Hi, The PR #2253 is closed. So can you provide a custom Spring Boot starter if you have time. We really need this connection validation mechanism. Compare to switch...
I haven't been using the sandbox very frequently. The error occurred the first time I tried to use this feature, and there should have only been one concurrent instance.
I've figured out where the problem lies. I configured the following environment variables for `docker-api-1`: ```docker-compose.yaml HTTP_PROXY: 'http://xxx:xxx' HTTPS_PROXY: 'http://xxx:xxx' ``` When `docker-api-1` tries to access `docker-sandbox-1`, the request is...
我把`chat.openai.com`加到代理工具的PAC设置之后就好了。
> > 我把`chat.openai.com`加到代理工具的PAC设置之后就好了。 > > 大佬能教一下怎么设置吗,我是windows,也是打开后白屏, 过一会儿显示无法访问此页面 意思是这个域名走本地翻墙的代理。不同的工具配置方式不一样。