-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Multiple update notification message boxes #2347
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
Comments
Wow. What fun. What date does the Virtual machine think it is...? The updater is IIRC in the build-extra repo https://github.com/git-for-windows/build-extra |
That's strange. We try specifically to avoid multiple instances of the update: <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy> I see, however, that this is on Windows 7. Maybe the Task Scheduler on this operating system (that will see its end of life this coming January, by the way) ignores that tag? @pwlsjk can you check? |
The documentation for |
This does not seem to be the case. Unless I manually kill a process in the chain ( Something on @pwlsjk 's machine seems to kill one or more intermediate processes. |
When asked to run update checks automatically, the installer registers a scheduled task. This task runs the following command: git-bash.exe --hide --no-needs-console --command=cmd\git.exe update-git-for-windows --quiet --gui which in turn runs the shell script
Sounds like it, doesn't it? |
I have a new hunch what might cause this. |
It might be best if you reinstall Git for Windows and uncheck the "auto-update" option. |
Setup
defaults?
to the issue you're seeing?
Windows 7 as Hyper-V virtual machine
Details
None
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Auto updater notifications appears.
Single windows with notification.
Multiple windows with notifications.
The text was updated successfully, but these errors were encountered: