GitHub para Windows Install Error

14

Estou tentando instalar o GitHub para Windows que baixei do site do GitHub. No entanto, recebo a seguinte mensagem de erro:

Application cannot be started. Contact the application vendor.

Estou curioso para saber se alguém já se deparou com este problema e sabe de uma correção?

Abaixo está a informação do arquivo de log:

PLATFORM VERSION INFO Windows : 6.1.7601.65536 (Win32NT) Common Language Runtime : 4.0.30319.17929 System.Deployment.dll : 4.0.30319.17929 built by: FX45RTMREL clr.dll : 4.0.30319.17929 built by: FX45RTMREL dfdll.dll : 4.0.30319.17929 built by: FX45RTMREL dfshim.dll : 4.0.41209.0 (Main.041209-0000)

SOURCES Deployment url : github-windows.s3.amazonaws.com/GitHub.application

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: + The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected.

WARNINGS There were no warnings during this operation.

OPERATION PROGRESS STATUS * [10/4/2012 12:22:45 PM] : Activation of http://github-windows.s3.amazonaws.com/GitHub.application has started.

ERROR DETAILS Following errors were detected during this operation. * [10/4/2012 12:22:45 PM] System.IO.FileNotFoundException - The system cannot find the file specified. (Exception from HRESULT: 0x80070002) - Source: System.Deployment - Stack trace: at System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore(UInt32 Flags, IntPtr hToken, Guid& riid) at System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore() at System.Deployment.Application.ComponentStore..ctor(ComponentStoreType storeType, SubscriptionStore subStore) at System.Deployment.Application.SubscriptionStore..ctor(String deployPath, String tempPath, ComponentStoreType storeType) at System.Deployment.Application.SubscriptionStore.get_CurrentUser() 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.

Parece que a mensagem de erro em si não é específica do Git, mas é mais uma mensagem universal que o instalador do Windows lança porque notei que ao fazer uma pesquisa no Google, pessoas tentando instalar outros aplicativos tinham uma mensagem de erro idêntica.

Também não consegui encontrar nenhuma informação no site do GitHub sobre esse erro. : (

Obrigado por qualquer ajuda -

    
por snowBlind 04.10.2012 / 19:28

1 resposta

16

  • No menu Iniciar do Windows, escolha "Executar" (ou digite (ChavedoWindows)+R).
  • Digiteoseguinte,dependendodasuaversãodoWindows,depoiscliquenobotão"OK":

    • No Windows XP:

      %userprofile%\Local Settings\Apps 
      

      (que pode ser C:\Documents & Settings\(your username)\Local Settings\Apps )

    • No Windows VISTA / 7:

      %userprofile%\AppData\Local\Apps
      

      ou

      %LocalAppData%\Apps
      

      (por exemplo, C:\Users\(your username)\AppData\Local\Apps )

  • Exclua a pasta 2.0

por 31.07.2015 / 20:00