-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Git for Windows icon missing in 2.10.0 #870
Comments
Yes - the icon file is definitely missing from the 64-bit download. |
WORKAROUND: Don't know what else might be missing - your probably safer downloading Git-2.9.3.2-xx-bit.exe from section Git for Windows 2.9.3(2) in https://github.com/git-for-windows/git/releases/. Alternatively, you could try unziping and copy the attached file (git-for-windows.zip) to "C:\Program Files\Git\mingw64\share\git\git-for-windows.ico". I have not tested this but it might work. |
Yep, the file was removed by mistake. However there is no good reason to suggest a downgrade or to download a .zip. The best workaround is to download the .ico directly from Git for Windows' repository: https://raw.githubusercontent.com/git-for-windows/MINGW-packages/636d775bde99e91f66071c84592ead18be6ad359/mingw-w64-git/git-for-windows.ico and move it to |
Let's wait a couple of days to see whether other bugs show up, before releasing v2.10.0(2). Please use +1/-1 reactions on this comment to vote whether I should release a new version even if the missing icon should turn out to be the only major bug. |
The icon in the Explorer integration ("Git Bash Here"), which was lost by mistake in v2.10.0, [is back](git-for-windows/git#870). Signed-off-by: Johannes Schindelin <[email protected]>
There is a prerelease now, please test: https://github.com/git-for-windows/git/releases/tag/prerelease-v2.10.0.windows.1.11.geda474c |
The pre-release fixed the problem for me (Windows 7 64 bit). Thanks! |
@dscho The prerelease installer works if I "Run as Administrator", but it's unhappy with me if I run it as a normal user (and also completely borks my existing Git installation): As a note, I do get a UAC prompt in the middle of the process when I click "Install" on the "Configuring extra options" page, which is when it raises the above error and borks Git when it "rolls back the installation".
|
edit: delete source files |
@sxlijin that typically happens if you installed the previous version as administrator. @manolenso please do not suggest to download random |
Ok I’ll edit post. De : Johannes Schindelin [mailto:[email protected]] @manolensohttps://github.com/manolenso please do not suggest to download random .zip files from untrusted sources. The proper work-around really is to download and install the pre-release: https://github.com/git-for-windows/git/releases/tag/prerelease-v2.10.0.windows.1.11.geda474c — |
@dscho another slight problem: if I uninstall |
@sxlijin if this problem persists with v2.10.1, please open a new ticket with a detailed report. Thank you! |
or closed issue
matching what I'm seeing
Setup
output of
git version
as well.defaults?
Select Components: only select Windows Explorer integration - Git Bash Here
PATH: Use Git from the Windows Command Prompt
core.autocrlf: true
Terminal: MinTTY
Extra: Enable file-system caching
Details
Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Bash
What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
C:\Program Files\Git\mingw64\share\git\git-for-windows.ico
file exists after install.C:\Program Files\Git\mingw64\share\git\git-for-windows.ico
is missingThe text was updated successfully, but these errors were encountered: