-
Notifications
You must be signed in to change notification settings - Fork 923
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
可以不强制更新bee版本吗? #806
Comments
I can't access github in the company's internal network. |
fork一下,然后自己注释main.go 的 utils.NoticeUpdateBee() ,然后go install,之后运行 bee 相关命令就不会去拉取了 |
第一句的意思是去检测下有没有更新的版本,有的话会提示你有版本可以更新 |
如果这样的话,我建议另起一个协程做这件事,主流程继续进行。 |
开协程处理不太好,一开始加这个功能时我考虑过这样操作 |
这个其实不是升级 Bee,而是检测是否有新版本。我觉得我们可以直接删掉这个检测,而后再次提供一个命令来检测 Bee 是否有新的版本。比如说 |
@wangle201210 你可以考虑一下新的命令。 |
* feat: implement access control using casbin Signed-off-by: Yixiang Zhao <[email protected]> * chore: sort imports Signed-off-by: Yixiang Zhao <[email protected]> * fix: remove Signed-off-by: Yixiang Zhao <[email protected]> * Update auth.go Co-authored-by: Gucheng <[email protected]>
i deem that it can add a new command such as "bee upgrade" or "bee version check",not is check version when i use it to pack or build my application,especially in not internet |
公司内网无法访问github。
每次使用bee pack,都要经历30秒的超时。
这个过程有些痛苦。
请将main函数的第一句删除,我的版本理应由我决定。
The text was updated successfully, but these errors were encountered: