ssxwcz

Results 4 comments of ssxwcz

> 我用tun也不行,YouTube都能用,就是谷歌不能登录。 使用powershell这样设置下试试,我这设置后正常 ```powershell adb connect 127.0.0.1:58526 ; adb shell "settings put global http_proxy ``ip route list match 0 table all scope global | cut -F3``:1080" ```

22H2 22621.1同样问题,报错信息如下 ```log [Kernel::onClickKernelMode] [INFO] Enter KernelMode ok [ArkDrvApi::IoControlDriver] [ERR] DeviceIoControl err:31 ```

> 我之前也有同样的问题,把kv绑定到preview上并重新部署后解决 [#23 (comment)](https://github.com/Clansty/Q2TG/issues/23#issuecomment-1201016565) 没太理解,默认这个不是绑定到生产嘛?我已经把kv绑定到preview了,但访问还是error ![image](https://user-images.githubusercontent.com/43665491/193994870-5a0b579b-b753-4e11-a25e-ffcf14dfd87b.png) ![image](https://user-images.githubusercontent.com/43665491/193994933-3cbc45e5-5fd0-4d7b-b267-34d9a9bd3825.png)

> @ssxwcz 复现不了,我这边正常 ![image](https://user-images.githubusercontent.com/47070852/253806919-361855ab-3ba7-4149-a9b6-3edc5b300d1a.png) ![1](https://github.com/xiyaowong/coc-symbol-line/assets/43665491/cd4563af-491d-4ad8-9635-63e557b4b0cf) ```lua local lazypath = vim.fn.stdpath("data") .. "/lazy-test/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "--single-branch", "https://github.com/folke/lazy.nvim.git", lazypath, }) end vim.opt.runtimepath:prepend(lazypath) local config = {...