Skip to content
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 Windows 64-bit installer download link is broken #1813

Open
VladimirBudovsky opened this issue Nov 7, 2023 · 9 comments
Open

GIT Windows 64-bit installer download link is broken #1813

VladimirBudovsky opened this issue Nov 7, 2023 · 9 comments
Labels

Comments

@VladimirBudovsky
Copy link

Which download is failing?

GIT Windows 64-bit installer

Problem

It downloads the file named 255edd25-cca0-4294-909c-b46bced63e3f.
To run an installer, one must add ".exe" extension.

Operating system and browser

Windows, Chrome and Edge

Steps to reproduce

Try download the installer and see wrong file name

Other details

No response

@pedrorijo91
Copy link
Member

hey @VladimirBudovsky ,

going to https://git-scm.com/download/win, and trying to download, i see normal filenames, e.g., Git-2.42.0.2-64-bit.exe

@VladimirBudovsky
Copy link
Author

VladimirBudovsky commented Nov 8, 2023 via email

@Christophecab
Copy link

Christophecab commented Nov 21, 2023

Hi. Still have a bad name on downloaded file from https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-64-bit.exe

The downloaded file is called "a93c7233-5099-4ce1-8597-efb65113b310" without extension. It seems to have the correct size.

But, it occurs only with MS Edge on my desktop. It works perfect ( correct name) when using Chrome... so weird !

@luiey-coretekno
Copy link

Failed to download file as exe. Tried on chrome and edge. Still downloading as a93c7233-5099-4ce1-8597-efb65113b310. The other options are using PowerShell based on site download page instructions alternative.
winget install --id Git.Git -e --source winget and it will successfully be installed.

If I paste URL from PowerShell downloading path directly in browser also will be saved as a93c7233-5099-4ce1-8597-efb65113b310.
https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-64-bit.exe

@pedrorijo91
Copy link
Member

I recall having downloads with such strange names when they get stuck. if you try to download a big file, and you look at the destiny folder midway, you will usually see a file with random name, which will later be replaced by the final file with the correct filename. could this be the case?

@SalmonBasilCheese
Copy link

I could opened it by just adding ' .exe ' to the last of file name.
ex) rename to "a93c7233-5099-4ce1-8597-efb65113b310.exe", and double-click the file.

@grubbauer
Copy link

Same issue, but I managed to run it. I just put .exe at the end, so it was a93c7233-5099-4ce1-8597-efb65113b310.exe.

@KyleChenpopo
Copy link

@SalmonBasilCheese @grubbauer Thank you! You both save my time! It worked.

@zarlin
Copy link

zarlin commented Dec 13, 2023

Encountered the same issue. Appending the .exe extension works, but is not ideal.

  • OS: Windows 10 x64
  • Browser: Vivaldi 6.4.3160.47 (Stable channel) (64-bit)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants