-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有Releases包吗? #29
Comments
1、代码采用了git module方式组织,在clone时请使用 稍等我编一版发到Release |
ok 我在尝试下 |
刚更新了一下.gitmodules ,如果使用git clone --recurse-submodules出现问题可以重新试一下。 |
好的 正在测试 |
release了amd64和arm64的二进制文件,如果自己源码编觉得复杂的话也可以直接用二进制尝试 |
客户端的话目前有windows的支持吗? |
有的,参见MirageNetwork/MirageClient 仓库中的Release。 |
@gps949 hi,目前我看没有推出mac客户端,请问 tailscale mac 官方客户端是否兼容呢? |
目前测试功能范围内是兼容的。 macOS版本也有在做,但因为Tailscale官方在GUI上采用的是AppKit实现,Apple macOS13.0才新增的SwiftUI MenuBarExtra,虽然代表了发展趋势但无法实现Tailscale官方当前样式,暂时就没有发布。 |
我个人觉得样式不太重要,重要是更换UI官方的GUI操作逻辑能更好,现阶段我觉得官方客户端使用第三方的服务的修改比较麻烦,还需要开启debug模式,这块建议修订一下。另外最好支持中文模式 |
感谢你的意见,我这边会进行考虑的。 P.S. 官方客户端其实也很容易更换第三方服务,按住Option键的同时单击托盘图标,弹出的菜单就会显示更多内容,其中Debug菜单中可以直接选择登录或添加指定控制器的账号。 |
@gps949 我个人意见如果实现自建客户端考虑兼容一下12.x这个大版本。现阶段13.x对intel芯片感觉就是负优化。升级到13发热严重,回退到12一切正常 |
代码更新本地直接编译有问题
GOROOT=/opt/homebrew/Cellar/go/1.21.0/libexec #gosetup
GOPATH=/Users/cly/go #gosetup
/opt/homebrew/Cellar/go/1.21.0/libexec/bin/go list -m -json -mod=readonly all #gosetup
go: cannot load module dex listed in go.work file: open dex/go.mod: no such file or directory
go: cannot load module MirageClient listed in go.work file: open MirageClient/go.mod: no such file or directory
package main
import (
"os"
这一行包貌似不在MirageNetwork下
The text was updated successfully, but these errors were encountered: