ShelpAm

Results 11 comments of ShelpAm

> * 将导出的证书(.cer后缀)复制到 WSL `/usr/local/share/ca-certificates` 中,**并将后缀名改为 `.crt`**。 > * 运行 `sudo update-ca-certificates` 这两个步骤之间还应该用vi等软件将以```.crt```为后缀的文件中的行尾的\r删去。

同样遇到了一样的问题

Thank you! That helps a lot!

Same for me, using Debian 12. Sometimes when I type `ls`, it **might** be showing nothing until I press any keys. My kitty version: `kitty 0.32.1 created by Kovid Goyal`

> Can you try calling the `plugins_dir` something else? I suspect there's a bit of a regex problem here in that TPM will look not only at what's in the...

> Is there a reason why you must have dot- prefixes instead of just using regular dotfiles in your repo? Because `.xxx` files are hidden by default, which can make...

Thank you! You've saved my day! And in my case, I should also add `privileged: true` to `docker-compose.redis.yml`.