Instalando o GitHub no Windows

0

Eu baixei o GitHub para Windows e tentei instalá-lo. A instalação foi interrompida com a mensagem:

windows application validation did not succeed unable to continue.

Como posso contornar este erro e concluir a instalação?

Estes são os detalhes:

PLATFORM VERSION INFO
    Windows             : 6.2.9200.0 (Win32NT)
    Common Language Runtime     : 4.0.30319.34014
    System.Deployment.dll       : 4.0.30319.34243 built by: FX452RTMGDR
    clr.dll             : 4.0.30319.34014 built by: FX45W81RTMGDR
    dfdll.dll           : 4.0.30319.34243 built by: FX452RTMGDR
    dfshim.dll          : 6.3.9600.16384 (winblue_rtm.130821-1623)

SOURCES
    Deployment url      :  github-windows. s3. amazonaws. com/GitHub.application
                        Server      : AmazonS3
    Application url     : http:// github-windows. s3. amazonaws. com/ Application% 20Files/GitHub_2_13_2_4/GitHub. exe. manifest
                        Server      : AmazonS3

IDENTITIES
    Deployment Identity     : GitHub.application, Version=2.13.2.4, Culture=neutral, PublicKeyToken=317444273a93ac29, processorArchitecture=x86
    Application Identity    : GitHub.exe, Version=2.13.2.4, Culture=neutral, PublicKeyToken=317444273a93ac29, processorArchitecture=x86, type=win32

APPLICATION SUMMARY
    * Installable application.
    * Trust url parameter is set.
ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of http://github-windows.s3.amazonaws.com/GitHub.application resulted in exception. Following failure messages were detected:
        + Reference in the manifest does not match the identity of the downloaded assembly Microsoft.Expression.Effects.resources.dll.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    * [5/15/2015 10:09:29 PM] : Activation of http://github-windows.s3.amazonaws.com/GitHub.application has started.
    * [5/15/2015 10:09:29 PM] : Processing of deployment manifest has successfully completed.
    * [5/15/2015 10:09:29 PM] : Installation of the application has started.
    * [5/15/2015 10:09:29 PM] : Processing of application manifest has successfully completed.
    * [5/15/2015 10:09:32 PM] : Found compatible runtime version 4.0.30319.
    * [5/15/2015 10:09:32 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
    Following errors were detected during this operation.
    * [5/15/2015 10:10:24 PM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation)
        - Reference in the manifest does not match the identity of the downloaded assembly Microsoft.Expression.Effects.resources.dll.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.DownloadManager.ProcessDownloadedFile(Object sender, DownloadEventArgs e)
            at System.Deployment.Application.FileDownloader.DownloadModifiedEventHandler.Invoke(Object sender, DownloadEventArgs e)
            at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
            at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
            at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
            at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
            at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
            at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
            at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
            at System.Deployment.Application. ApplicationActivator. ActivateDeploymentWorker(Object state)

COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.
    
por Aseel Ghazal 15.05.2015 / 21:44

2 respostas

1

Para mim, usar o Internet Explorer e o link em vez de http o fizeram. Isso está colando o seguinte no IE:

link : //github-windows.s3.amazonaws.com/GitHub.application

Eu também adicionei o executável de instalação ao meu firewall como descrito aqui para começar, mas isso não o matou. link

Então, fazer todos esses passos fez isso. Obrigado! e espero que ajude.

    
por 22.09.2016 / 01:01
0

Primeiro

Tente isto:

  1. Abra o Internet Explorer (Sim, o Internet Explorer)
  2. Cole este link no IE e escolha Executar. link

Introduction

I have had a similar problem: after 75% of the file was downloaded, it just got stuck. Then 5 minutes later or so, I've received the exact same error message you did. How I've fixed it

As Geogrgios mentioned above, you need to add an exception to the firewall.

Go to "Control Panel" and click on "System and Security" (make sure that "View by:" is set to "Category" and not to "Large icons" or "Small icons").

Choose Windows Firewall (the second option in the right menu). Then, "Allow a program or a feature through Windows Firewall" in the left menu will be displayed, please click on it. Click on "Change settings" to add exceptions. Click on "Allow another program ..", which has gotten enabled, and in the new window click on "Browse..". Choose the "GithubSetup.exe" file, press "Open" and then "Add" and "OK". Run "GithubSetup.exe" and hope for the best.

Better instructions (with screenshots) can be found here

De: link

EDITAR

Tente instalar o .Net Framework 4.5 e tente novamente

    
por 15.05.2015 / 21:58