-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Windows 后台运行无法启动 #817
Comments
先卸载服务,重启系统后,在安装服务试试 |
试过了,重新安装也试过,还是不行。 |
我也遇到了相同的问题. 在windows10下面安装
启动服务:
但是直接运行mindoc_windows_amd64.exe 可以正常使用.
|
windows上如果以服务方式运行有问题,请使用 mindoc-daemon 来作为mindoc 的守护进程,mindoc 使用 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请按照一下格式提交issue,谢谢!
你当前使用的是哪个版本的 MinDoc(
godoc_linux_amd64 version
)?mindoc_windows_amd64 2.1
你当前使用的是什么操作系统?
Windows 10
你是如何操作的?
mindoc_windows_amd64.exe service install
你期望得到什么结果?
希望能在后台启动服务
当前遇到的是什么结果?
启动失败,提示“Windows 无法启动 Mindoc service 服务(位于 本地计算机 上)。错误 1053: 服务没有及时响应启动或控制请求。”,之前在 2.0 版本是好的。
The text was updated successfully, but these errors were encountered: