网络启动固态硬盘 HELPMSG 3534
我正在尝试在 Windows 机器上设置 Git,到目前为止,一切似乎都在工作......除了这个:
net start sshd
收到错误 NETHELPSMG 3534
当我输入
< code>cygrunsrv --start sshd 我收到 QueryServiceStatus: Win32 error 1062
有什么想法可以解决这个问题吗?
I am trying to setup Git on a Windows box and so far all appears to be working ... except this:
net start sshd
gets the error NETHELPSMG 3534
When I type
cygrunsrv --start sshd
I get QueryServiceStatus: Win32 error 1062
Any ideas how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处找到在 cygwin 下解决此问题所采取的步骤:
那么:
关于1062错误,它报告windows服务尚未启动。
注意:请注意:
请参阅此帖子。
cygwin1.dll
也可能会干扰该过程。请参阅该线程。
You can find here the steps taken to solve this issue under cygwin:
Then:
Regarding the 1062 error, it reports that the windows service has not been started.
Note: be aware that:
See this thread.
cygwin1.dll
might also interfere with the process.See that thread.