web-dev-qa-db-fra.com

Installer GitHub pour Windows

J'essaie d'installer GitHub pour Windows. J'ai essayé de l'installer normalement et j'ai eu cette erreur:

Application installation did not succeed. Cannot locate application files on the server. Contact the application vendor or your administrator for assistance.

En cliquant sur Details... m'a donné ceci:

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

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

IDENTITIES
    Deployment Identity     : GitHub.application, Version=1.0.47.0, Culture=neutral, PublicKeyToken=317444273a93ac29, processorArchitecture=x86
    Application Identity        : GitHub.exe, Version=1.0.47.0, 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:
        + Downloading http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_47_0/msvcp100.dll.deploy did not succeed.
        + The remote server returned an error: (403) Forbidden.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    * [5/21/2013 8:19:19 AM] : Activation of http://github-windows.s3.amazonaws.com/GitHub.application has started.
    * [5/21/2013 8:19:19 AM] : Processing of deployment manifest has successfully completed.
    * [5/21/2013 8:19:19 AM] : Installation of the application has started.
    * [5/21/2013 8:19:20 AM] : Processing of application manifest has successfully completed.
    * [5/21/2013 8:19:24 AM] : Found compatible runtime version 4.0.30319.
    * [5/21/2013 8:19:24 AM] : Request of trust and detection of platform is complete.

ERROR DETAILS
    Following errors were detected during this operation.
    * [5/21/2013 8:19:25 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
        - Downloading http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_47_0/msvcp100.dll.deploy did not succeed.
        - Source: System.Deployment
        - Stack trace:
            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)
        --- Inner Exception ---
        System.Net.WebException
        - The remote server returned an error: (403) Forbidden.
        - Source: System
        - Stack trace:
            at System.Net.HttpWebRequest.GetResponse()
            at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)

COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.

J'ai suivi les conseils sur ce message et téléchargé github-windows.s3.amazonaws.com/GitHub.application avec la dernière version de Chrome. Quand j'ai essayé de l'exécuter, j'ai eu cette erreur:

Application cannot be started. Contact the application vendor.

Avec ce détail:

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

SOURCES
    Deployment url          : file:///C:/Users/SESA277661/Downloads/GitHub.application

IDENTITIES
    Deployment Identity     : GitHub.application, Version=1.0.47.0, Culture=neutral, PublicKeyToken=317444273a93ac29, processorArchitecture=x86

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 C:\Users\SESA277661\Downloads\GitHub.application resulted in exception. Following failure messages were detected:
        + Deployment and application do not have matching security zones.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    * [5/21/2013 8:29:33 AM] : Activation of C:\Users\SESA277661\Downloads\GitHub.application has started.
    * [5/21/2013 8:29:33 AM] : Processing of deployment manifest has successfully completed.
    * [5/21/2013 8:29:33 AM] : Installation of the application has started.

ERROR DETAILS
    Following errors were detected during this operation.
    * [5/21/2013 8:29:33 AM] System.Deployment.Application.InvalidDeploymentException (Zone)
        - Deployment and application do not have matching security zones.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
            at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, Uri& appSourceUri, String& appManifestPath)
            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.

D'ici je suis coincé. Tout conseil serait très apprécié.

Je suis sur un ordinateur de travail, il est donc possible que certains paramètres de sécurité bloquent quelque chose, mais je ne le sais pas.

Merci, Chris

27
Chris

La configuration ralentissait à environ 85 Mo pour moi, après plusieurs tentatives. Après avoir essayé toutes ces réponses sans succès, celle trouvée ici est celle qui a finalement fonctionné pour moi. J'ai annulé, tué dfsvc.exe dans le Gestionnaire des tâches (j'utilise Windows 10), supprimé C:\Utilisateurs\{nom d'utilisateur}\AppData\Local\Apps\2.0, ouvert Internet Explorer (pas Chrome ou Firefox) et navigué jusqu'à cette URL exacte: 

https://github-windows.s3.amazonaws.com/GitHub.application
36
Jon Davis

J'avais juste le même problème, j'ai pu télécharger le programme d'installation, mais une fois que le programme d'installation (GitHubSetup.exe) a fini de télécharger, le programme ne se lance pas, il s'est écrasé avec un journal des erreurs ..__ Windows 8.1; Je n’ai jamais eu aucun problème dans Windows 7 . Alors j’ai essayé de cliquer avec le bouton droit de la souris sur "Exécuter en tant qu’administrateur", le téléchargement a été effectué et le lancement a bien fonctionné.

6
JohnRDOrazio

J'ai eu exactement le même problème et il s'est avéré qu'un système de filtrage de contenu Web obtenait des erreurs pour la plupart des fichiers du client git. Certains d'entre eux sont inclus ci-dessous.

Fichiers spoofés

http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/msvcp100.dll.deploy
http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/sqlite3.dll.deploy
http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/7za.exe.deploy
http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/RestSharp.dll.deploy
http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/git2.dll.deploy
http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/ReactiveUI.Xaml.dll.deploy
http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/zh-Hant/Microsoft.Expression.Interactions.resources.dll.deploy
http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/GitHub.UI.dll.deploy
http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/GitHub.exe.deploy

Signature numérique manquante

http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/chromium-pack.7z.deploy

Le nombre de fichiers contenus dépasse la limite

http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_48_0/PortableGit.7z.deploy

Je suppose que vous devriez contacter votre administrateur réseau et lui demander de configurer des exceptions pour ces fichiers, voire mieux pour l’ensemble http://github-windows.s3.amazonaws.com . Pourtant, à mon humble avis, cela ne devrait pas se produire. Je vais essayer de contacter le support de Github.

6
George

J'ai ouvert Microsoft Edge et navigué vers:

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

travaillé la première fois! 

pourrait également fonctionner dans Internet Explorer

a eu l'idée de: stimpy77

https://stackoverflow.com/a/33021657/606724

4
JanivZ

Introduction

J'ai eu un problème similaire: après que 75% du fichier ait été téléchargé, il reste bloqué . Puis 5 minutes plus tard environ, j'ai reçu exactement le même message d'erreur que vous.

Comment je l'ai réparé

Comme Geogrgios mentionné ci-dessus , vous devez ajouter une exception au pare-feu.

  1. Allez dans "Panneau de configuration" et cliquez sur "Système et sécurité" (assurez-vous que "Afficher par:" est défini sur "Catégorie" et non sur "Grandes icônes" ou "Petites icônes").
  2. Choisissez le pare-feu Windows (la deuxième option dans le menu de droite). Ensuite, "Autoriser un programme ou une fonctionnalité via le Pare-feu Windows" dans le menu de gauche s'affichera, veuillez cliquer dessus.
  3. Cliquez sur "Modifier les paramètres" pour ajouter des exceptions.
  4. Cliquez sur "Autoriser un autre programme ..", qui a été activé, puis dans la nouvelle fenêtre, cliquez sur "Parcourir ..".
  5. Choisissez le fichier "GithubSetup.exe", appuyez sur "Ouvrir" puis sur "Ajouter" et "OK".
  6. Exécutez "GithubSetup.exe" et espérez le meilleur.

De meilleures instructions (avec des captures d'écran) peuvent être trouvées ici

4
boaz_shuster

Le simple fait de passer de Chrome à Internet Explorer a été décisif pour moi =). Je ne sais pas pourquoi, mais cela a vraiment aidé. Après que 95% (!!) du fichier ait été téléchargé, il s'est bloqué.

2
Vladislav

Moi aussi j'ai fait face à un problème similaire. La cause fondamentale était de deux fois . 1. Proxy: j'étais derrière un proxy d'entreprise, ce qui m'empêchait de me connecter au centre de téléchargement . 2. Pare-feu: j'utilisais un ordinateur portable d'entreprise sur lequel le contrôle d'accès réseau Symantec était activé (les paramètres liés au pare-feu sont présents ici)

J'ai désactivé le contrôle d'accès réseau Symantec et utilisé ma connexion Internet personnelle pour le télécharger et l'installer. N'a pas rencontré de problèmes après cela.

2
vijay

Si vous utilisez Windows 10:

  1. Tuer dfsvc.exe
  2. Supprimer ce dossier:% LocalAppData%\Apps\2.0 
  3. Entrez Internet Explorer: https://github-windows.s3.amazonaws.com/GitHub.application
1
protoEvangelion

Si vous utilisez Kaspersky, commencez par désactiver Protection et contrôle. Kaspersky Antivirus supprime tous les fichiers de déploiement en mode silencieux, donnant les erreurs comme ceci (à partir de install.log):

Launching Application.
URLDownloadToCacheFile failed with HRESULT '-2146697211'
Error: An error occurred trying to download 'http://github-windows.s3.amazonaws.com/GitHub.application'.

Ou comme ceci (téléchargement http://github-windows.s3.amazonaws.com/GitHub.application et lancement manuel):

* [15/09/2015 11:58:50] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
    - Unsuccessfull download at file:///C:/Users/user/Downloads/Application Files/GitHub_3_0_5_2/GitHub.exe.manifest.
    - Source: System.Deployment
    - Stack trace:
        in System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
        in  System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
        in System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
        in System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
        in System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
        in System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
        in System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
        in System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
        in System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    --- Internal exception ---
1

Un peu plus de détails sur les réponses précédentes:

1- Ouvrez l'explorateur Windows (appuyez sur "Windows + E")

2- Tapez % LocalAppData%\Apps dans sa barre d'adresse et appuyez sur Entrée. 

3- Il devrait trouver un dossier "2". Supprimez le dossier "2".

4- Ouvrez Task Manager (menu Démarrer, puis tapez Task manager et sélectionnez-le. Vous pouvez également appuyer sur Ctrl + Alt + Suppr et sélectionner Task Manager).

5- Cliquez sur l'onglet "Détails".

6- Tuez tous les fichiers nommés dfsvc.exe (pour moi, il y en avait deux).

7- Ouvrir Internet Explorer (IE)

8- Collez cette adresse dans la barre d'adresse et appuyez sur Entrée:

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

9- Il va commencer à installer Github pour Wiindows.

0
Alisa

Le problème pour moi était que mon réseau d'entreprise bloquait le téléchargement au niveau du réseau. Ce problème a été résolu pour moi en allant au-delà des règles réseau de ma société via un VPN personnel.

Lorsque j'ai essayé de télécharger GitHub, l'application ClickOnce s'installait avec l'erreur suivante:

RÉSUMÉ DES ERREURS Vous trouverez ci-dessous un récapitulatif des erreurs. Les détails de ces erreurs sont énumérés plus tard dans le journal. * Activation de C:\Utilisateurs\Judah\AppData\Roaming\Microsoft\Windows\Menu Démarrer\Programmes\GitHub, Inc\GitHub.appref-ms | a abouti à une exception. Les messages d'échec suivants ont été détectés:

    + 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

Le message d'erreur indique qu'il n'a pas été possible de télécharger http://github-windows.s3.amazonaws.com/Application Files/GitHub_3_1_1_4/libGLESv2.dll.deploy. La tentative de téléchargement direct de ce fichier avec Chrome, IE et Edge a échoué.

J'ai commencé à penser que c'était une politique de réseau d'entreprise qui bloquait le téléchargement.

Alors, je me suis connecté à un VPN personnel, téléchargé à nouveau et cela a fonctionné. Vous pouvez également utiliser un VPN, le partage de connexion sur votre téléphone ou un autre réseau en dehors de votre réseau d'entreprise.

0

Moi aussi j'ai fait face au même problème quand j'ai essayé de l'installer. Même si j'utilise un réseau privé virtuel, je ne pouvais pas l'installer à cause des problèmes de configuration du réseau. J'ai donc désactivé le pare-feu et essayé de l'installer. Cela n'a pas fonctionné pour moi dans un cas de problèmes de fournisseurs et j'ai essayé de le réinstaller. Enfin, cela a fonctionné pour moi.

0
mouni peram

J'ai eu le même problème et j'ai eu l'isse environ 20 fois alors que j'essayais d'inclure le github sous Windows 8 Pro.

Les solutions trouvées sans le savoir sont les suivantes: - Connectez-vous au compte Github, puis téléchargez le package et essayez de l'installer sans vous déconnecter jusqu'à la fin de l'installation.

Cela fonctionne pour moi .. S'il vous plaît essayez de fournir si vous avez un meilleur moyen de gérer cela.

merci.

0
Achilles

Pour résoudre ce problème:

  1. Aller à la section Windows Firewall => Advanced 
  2. Goto Action> Properties
  3. définissez firwall state sur off dans le domaine, privé et public. 
  4. Désactivez windows defender ou tout autre antivirus.
  5. Ouvrez la fenêtre run en cliquant sur le bouton Windows + R
  6. Coller "%LocalAppData%\Apps
  7. Supprimez le dossier nommé "2.0".
  8. Ouvrez Microsoft Edge ou Internet Explorer
  9. Ouvrez " https://github-windows.s3.amazonaws.com/GitHub.application "
  10. Cliquez sur Installer. 

Ce processus sera plus lent que d'habitude mais laissez-le fonctionner aussi longtemps que nécessaire. Et ensuite, vous devriez avoir une icône Github et une icône de fenêtre Shell sur votre bureau à la fin de celui-ci.

0
Anvish

Grâce à this post, je viens d’utiliser Internet Explorer et d’accéder à:

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

Et il complètement installé Github pour Windows (j'ai Windows 8.1).

Avant cela, avec le programme d'installation que j'avais téléchargé avec Chrome, je ne pouvais pas installer Github pour Windows (j'avais l'habitude d'obtenir l'erreur "n'a pas réussi" ci-dessus).

0
Alisa