JerryYan
JerryYan
> > > > 首先我的个人账户是自带密码的管理员账户,第一个条件满足 其次我可以通过CMD进入Powershell.exe,说明第二个条件也满足 我尝试升级到最新版本,依然没有解决该问题 我这边尝试了另外一种方案 首先不通过管理员权限打开clash for windows.exe 然后点击service mode,点击install正常提示UAC权限,这里的时候注意,点击查看详情信息 然后通过另外一个管理员权限的powershell,切换到后面的目录  然后手动执行command.bat   剩下的UAC点是或者否都可以,然后重启clash即可,这个时候打开服务应该是能够看到clash的服务已经开始跑了,且Clash的service mode已经变绿了
> > 请问你这个UAC权限弹出来的时候,如果不处理的话,怎么切换到别的界面?我必须要点是或者否才能离开这个UAC界面。但是一旦离开,这个路径就失效了。。。 > > 控制面板改UAC弹窗级别   需要临时修改一下UAC设置,改成这个就可以操作其他窗口了
安装顺序必须是 paddlepaddle-gpu 然后再安装paddleocr
> Try adding `Updates #16052` instead of `This commit Fixes https://github.com/tailscale/tailscale/issues/16052` in the commit description to get issuebot to pass. Thank you, I try it before but I'm not trying...
> Thanks for catching that! > > The fix looks good overall. Since the method now returns any known node, including the self node, rather than only peers, could you...
Maybe I find it. There is wrong at [`WhoIsNodeKey`](https://github.com/tailscale/tailscale/blob/4a11514db5fc4fe77225cd032f9f76cc8610b9ce/ipn/ipnlocal/local.go#L1366) function when you passed the node itself, self is not in "peer", and will return a false, cause derper check request...
> Great, could you please write a simple tutorial so that we can learn how to do it. thank you. 你可以参考[这个PR](https://github.com/tailscale/tailscale/pull/16096),[在`ipn/ipnlocal/node_backend.go`这个文件中](https://github.com/tailscale/tailscale/blob/4a11514db5fc4fe77225cd032f9f76cc8610b9ce/ipn/ipnlocal/node_backend.go#L180)进行修改。 修改后,需要构建`tailscaled`和`tailscale`。 根据[官方的打包教程](https://github.com/tailscale/tailscale?tab=readme-ov-file#building)或者直接运行`go build tailscale.com/cmd/tailscaled`(tailscaled)和`go build tailscale.com/cmd/tailscale`(tailscale)。 得到tailscaled和tailscale两个二进制文件,如果你是在linux上运行,替换官方安装的两个二进制文件即可。如果你需要跨平台编译,请参考golang的跨平台编译教程。 ----- You...
I will test latest derper and check what happend. 开心鄢 ***@***.***