git / git-scm.com

The git-scm.com website. Note that this repository is only for the website; issues with git itself should go to https://git-scm.com/community.
https://git-scm.com/
MIT License
2.16k stars 1.21k forks source link

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

Closed VladimirBudovsky closed 1 day ago

VladimirBudovsky commented 10 months ago

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 commented 10 months ago

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 commented 10 months ago

Hi Pedro,

Thank you! Now it is ok. Maybe, some glitch… I tried it yesterday from two different computers, and it was wrong.

Vladimir

From: Pedro Rijo @.> Sent: Tuesday, 7 November 2023 23:23 To: git/git-scm.com @.> Cc: Budovsky, Vladimir @.>; Mention @.> Subject: Re: [git/git-scm.com] GIT Windows 64-bit installer download link is broken (Issue #1813)

Warning: This email originated from outside of the company or was a system generated internal email. Do not click links or open attachments unless you recognize the sender and know the content is safe.

hey @VladimirBudovskyhttps://urldefense.com/v3/__https:/github.com/VladimirBudovsky__;!!AmBfSwWdYRXTQw!mbaeS5A5IERB6ENQfuxia1c0RQ2U7u8KyAZNJ2ptcS11UqpXhUTeGz4LcatVSHGom8wXbcGj00s3e1W2bLoICzshKdp95rlh$ ,

going to https://git-scm.com/download/winhttps://urldefense.com/v3/__https:/git-scm.com/download/win__;!!AmBfSwWdYRXTQw!mbaeS5A5IERB6ENQfuxia1c0RQ2U7u8KyAZNJ2ptcS11UqpXhUTeGz4LcatVSHGom8wXbcGj00s3e1W2bLoICzshKbj9BtmW$, and trying to download, i see normal filenames, e.g., Git-2.42.0.2-64-bit.exe

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/git/git-scm.com/issues/1813*issuecomment-1800165952__;Iw!!AmBfSwWdYRXTQw!mbaeS5A5IERB6ENQfuxia1c0RQ2U7u8KyAZNJ2ptcS11UqpXhUTeGz4LcatVSHGom8wXbcGj00s3e1W2bLoICzshKXaVVNVd$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AWNV2D6NWT6HHS22O3GFE33YDKRELAVCNFSM6AAAAAA7AVPSACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBQGE3DKOJVGI__;!!AmBfSwWdYRXTQw!mbaeS5A5IERB6ENQfuxia1c0RQ2U7u8KyAZNJ2ptcS11UqpXhUTeGz4LcatVSHGom8wXbcGj00s3e1W2bLoICzshKe1YXDuF$. You are receiving this because you were mentioned.Message ID: @.**@.>>

Christophecab commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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

zarlin commented 9 months ago

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

dscho commented 2 days ago

This looks like the same issue as https://github.com/git-for-windows/git/issues/4675 and the root cause is either with Chrome or with GitHub releases, and unfortunately nothing that Git for Windows or git-scm.com can fix.

I did vaguely remember that those problems were addressed, but I did not find any link :-(

In any case, is this still happening? If not, we can close the ticket. If it does, we need to find a better address for this report, and close this here ticket.

zarlin commented 2 days ago

I just tested again using Vivaldi (Chromium) on Windows 10 x64, and the download works as expected (normal filename and extension).

I tested with different download links from both https://gitforwindows.org and https://git-scm.com/download/win .

So for my setup it's fixed!

VladimirBudovsky commented 1 day ago

It worked well for me yesterday too.

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Johannes Schindelin @.> Sent: Wednesday, September 11, 2024 7:03:18 PM To: git/git-scm.com @.> Cc: Budovsky, Vladimir @.>; Mention @.> Subject: Re: [git/git-scm.com] GIT Windows 64-bit installer download link is broken (Issue #1813)

Warning: This email originated from outside of the company or was a system generated internal email. Do not click links or open attachments unless you recognize the sender and know the content is safe.

This looks like the same issue as git-for-windows/git#4675https://urldefense.com/v3/__https://github.com/git-for-windows/git/issues/4675__;!!AmBfSwWdYRXTQw!gHqZliV9AU1wjHfx5TmnJkr9FctyM_8gCQW3ICEsT-Dr2oPreskaUpTis_ypeg6ayh15fJLRPkEfSDBUgrq1AFn8lNwDmb7B$ and the root cause is either with Chrome or with GitHub releases, and unfortunately nothing that Git for Windows or git-scm.com can fix.

I did vaguely remember that those problems were addressed, but I did not find any link :-(

In any case, is this still happening? If not, we can close the ticket. If it does, we need to find a better address for this report, and close this here ticket.

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/git/git-scm.com/issues/1813*issuecomment-2344074597__;Iw!!AmBfSwWdYRXTQw!gHqZliV9AU1wjHfx5TmnJkr9FctyM_8gCQW3ICEsT-Dr2oPreskaUpTis_ypeg6ayh15fJLRPkEfSDBUgrq1AFn8lK-_5OJS$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AWNV2D57J3JEAOQHWHNUGIDZWBSUNAVCNFSM6AAAAAA7AVPSACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBUGA3TINJZG4__;!!AmBfSwWdYRXTQw!gHqZliV9AU1wjHfx5TmnJkr9FctyM_8gCQW3ICEsT-Dr2oPreskaUpTis_ypeg6ayh15fJLRPkEfSDBUgrq1AFn8lM-3oCAV$. You are receiving this because you were mentioned.Message ID: @.***>

dscho commented 1 day ago

Okay, good! Thank y'all for confirming.

For the record, I vaguely remember that some people talked about S3 buckets where the files are stored using UUIDs as names, but that the Content-Disposition header was used to relate the actual file name, and that either a VPN or Chrome or something misinterpreted those headers.

But as it seems to be fixed, let's close this here ticket.