-
Notifications
You must be signed in to change notification settings - Fork 14
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
Deamon registration fails on Windows 11 #7
Comments
Thanks for filling this. I've mostly only tested this on MacOS, and Linux. I haven't used Windows in some ... 14 years. I'll download it, and try it run it over there :) |
This issue is due to the dependencies on You can verify this by running:
Look for the To manually fix the service, open Command Prompt as Administrator and run:
The service should start. |
They seem to be causing problems in Windows according to #7 (comment) Plus they are ignored in osx anyway.
I've just released version 1.5 without the dependencies. Could you please confirm that it works for you? (Maybe then I'll try to find an hour or two to create a proper installer for windows and try to get it into winget) |
@vHanda This solves the issue. Thank you!
There is no longer an error message about the dependency. |
For me this tool is still not doing the trick. I am facing multiple issues. I wiped all data from the initial installation and did a fresh registration of the daemon (Windows Service). The installation seems to work and the daemon appears up and running now. But there is still no synchronization. Neither for new added files, nor for changes in existing files. I have been waiting for over 20 Minutes to verify this. What am I missing? |
If I run the commands as admin, it will run the daemon and status works as expected. However, commits are still not done.
|
Facing the same issue with the v1.5 release on Windows 10. The |
Same for me on Windows 10. Manual sync works as expected. I have to add the folder to the daemon as admin and the daemon appears to start and monitor the folder, but it doesn't actually ever do commits. |
I ran
git-auto-sync d add <repo>
and I am getting:I checked for the process called
git-auto-sync-daemon
, but there is none.I am using
git-auto-sync
on Windows 11 and manual synchronization works.The text was updated successfully, but these errors were encountered: