You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to occur after running these commands?
git should automatically identify and update, download it and silently install it
What actually happened instead?
git successfully identifies and downloads the update however when it triggers the update it causes a license screen to display which requires user interaction. Therefore the update can't be fully automated.
I believe that this is due to the installer only calling the /SILENT command on the new installer.
When manually testing with the /VERYSILENT command the installer works as expected. I believe that the triggering code is here
I'm happy to create a PR just to update this parameter but didn't know if this was desired behavior / this should be behind a separate update parameter?
If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
N/A
The text was updated successfully, but these errors were encountered:
ld0614
changed the title
Git update-git-for-windows -y causes
Git update-git-for-windows -y causes Installer Popup
Mar 18, 2020
I believe that this is due to the installer only calling the /SILENT command on the new installer.
When manually testing with the /VERYSILENT command the installer works as expected. I believe that the triggering code is here
Good idea!
I'm happy to create a PR just to update this parameter but didn't know if this was desired behavior / this should be behind a separate update parameter?
Yes, please create a PR, and yes, what you described is the desired behavior.
Setup
2.23.0.windows.1 (64bit)
(since updated to 2.25.1)
defaults?
to the issue you're seeing?
No
Details
CMD or PowerShell
Minimal, Complete, and Verifiable example
this will help us understand the issue.
git should automatically identify and update, download it and silently install it
git successfully identifies and downloads the update however when it triggers the update it causes a license screen to display which requires user interaction. Therefore the update can't be fully automated.
I believe that this is due to the installer only calling the /SILENT command on the new installer.
When manually testing with the /VERYSILENT command the installer works as expected. I believe that the triggering code is here
I'm happy to create a PR just to update this parameter but didn't know if this was desired behavior / this should be behind a separate update parameter?
URL to that repository to help us with testing?
N/A
The text was updated successfully, but these errors were encountered: