Installing GitHub for Windows

后端 未结 15 1109
深忆病人
深忆病人 2020-12-24 12:49

I\'m trying to install GitHub for Windows. I tried installing it the normal way and got this error:

Application installation did not succeed. Cannot locate a

相关标签:
15条回答
  • 2020-12-24 13:27

    Turns out the problem for me was that my corporate network was blocking the download on the network level. This problem was solved for me by going outside of my corporation's network policies via a personal VPN.

    When I tried to download GitHub, the ClickOnce app would install with the following error:

    ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of C:\Users\Judah\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\GitHub, Inc\GitHub.appref-ms| resulted in exception. Following failure messages were detected:

        + Downloading http://github-windows.s3.amazonaws.com/Application Files/GitHub_3_1_1_4/libGLESv2.dll.deploy did not succeed.
        + Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
        + An existing connection was forcibly closed by the remote host
    

    The error message says it was unable to download http://github-windows.s3.amazonaws.com/Application Files/GitHub_3_1_1_4/libGLESv2.dll.deploy. Trying to directly download that file with Chrome, IE, and Edge all failed.

    I began to suspect it was a corporate network policy that was blocking the download.

    So, I connected to a personal VPN, downloaded again, and it worked. You could use a VPN, or tethering on your phone, or some other network outside of your corporate network to download as well.

    0 讨论(0)
  • 2020-12-24 13:28

    I had a same problem, and got the isse like 20+ times while I was trying to intsall the github on my Windows 8 Pro.

    Solutions found unknowingly is - Login into the Github account, then download the package, and try to install without logout till the installation complition.

    It work for me.. Please try and provide if you have any more better way to handle this.

    thanks.

    0 讨论(0)
  • 2020-12-24 13:29

    Just switching to Internet Explorer from Chrome did the trick for me =) I don't know why, but it really helped. After 95%(!!) of the file was downloaded, it just got stuck.

    0 讨论(0)
提交回复
热议问题