27

GitHub for Windows をインストールしようとしています。通常の方法でインストールしようとしましたが、次のエラーが発生しました。

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

をクリックすると、Details...次のようになりました。

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.

この投稿のアドバイスに従い、最新バージョンの Chrome でgithub-windows.s3.amazonaws.com/GitHub.applicationをダウンロードしました。実行しようとすると、次のエラーが発生しました。

Application cannot be started. Contact the application vendor.

この詳細で:

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.

ここから私は立ち往生しています。アドバイスをいただければ幸いです。

私は仕事用のコンピューターを使用しているため、セキュリティ設定によって何かがブロックされている可能性がありますが、それについてはわかりません。

ありがとう、クリス

4

15 に答える 15

36

繰り返し試行した後、セットアップは約 85MB で停止していました。これらすべての答えを試しても成功しなかった後、ここで見つかったものが最終的に私のために働いたものです. キャンセルし、タスク マネージャーから dfsvc.exe を強制終了し (Windows 10 を使用しています)、C:\Users\{username}\AppData\Local\Apps\2.0 を削除し、Internet Explorer (Chrome または Firefox ではない) を開き、次の場所に移動しました。この正確な URL:

https://github-windows.s3.amazonaws.com/GitHub.application
于 2015-10-08T16:50:54.233 に答える
6

私はこの同じ問題を抱えていました。インストーラーをダウンロードできましたが、インストーラー (GitHubSetup.exe) がダウンロードを完了した後、プログラムが起動せず、エラー ログでクラッシュしました。Windows 8.1 を使用しています。Windows 7で問題が発生したことは一度もありません。右クリックして「管理者として実行」を試みたところ、再びダウンロードが行われ、正常に起動しました。

于 2014-02-10T14:08:08.320 に答える
2

私も同様の問題に直面しました。根本的な原因は 2 つあります。1. プロキシ: 企業のプロキシの背後にいたため、ダウンロード センターに接続できませんでした。2. ファイアウォール: Symantec ネットワーク アクセス コントロールが有効になっている企業のラップトップを使用していました (ファイアウォール関連の設定はここにあります)。

Symantec ネットワーク アクセス コントロールを無効にし、個人のインターネット接続を使用してダウンロードとインストールを行いました。その後、問題に直面することはありませんでした。

于 2014-08-27T08:54:48.647 に答える
1

Windows 10 を使用している場合:

  1. dfsvc.exe を強制終了します。
  2. このフォルダを削除します: %LocalAppData%\Apps\2.0
  3. Internet Explorer に入力します: https://github-windows.s3.amazonaws.com/GitHub.application
于 2016-06-23T02:55:15.247 に答える
1

Kaspersky を使用している場合は、最初に Protection and Control を無効にします。Kaspersky Antivirus はすべての展開ファイルをサイレント モードで削除し、次のようなエラーを表示します (からinstall.log):

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

または、次のようにします ( http://github-windows.s3.amazonaws.com/GitHub.applicationをダウンロードして手動で起動します):

* [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 ---
于 2015-09-15T15:17:49.047 に答える
0

私にとっての問題は、企業ネットワークがネットワーク レベルでダウンロードをブロックしていたことでした。この問題は、個人用 VPN を介して会社のネットワーク ポリシーの外に出ることで解決されました。

GitHub をダウンロードしようとすると、ClickOnce アプリがインストールされ、次のエラーが表示されます。

エラーの概要 以下にエラーの概要を示します。これらのエラーの詳細は、ログの後半に記載されています。* C:\Users\Judah\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\GitHub, Inc\GitHub.appref-ms| のアクティベーション 例外が発生しました。次の障害メッセージが検出されました:

    + 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

ダウンロードできなかったというエラー メッセージが表示されますhttp://github-windows.s3.amazonaws.com/Application Files/GitHub_3_1_1_4/libGLESv2.dll.deploy。そのファイルを Chrome、IE、Edge で直接ダウンロードしようとしてもすべて失敗しました。

ダウンロードをブロックしているのは、企業のネットワーク ポリシーではないかと疑い始めました。

そのため、個人用 VPN に接続し、再度ダウンロードしたところ、機能しました。VPN、携帯電話のテザリング、または企業ネットワーク外の他のネットワークを使用してダウンロードすることもできます.

于 2016-06-08T14:02:03.673 に答える
0

以前の回答についてもう少し詳しく説明します。

1- Windows エクスプローラーを開きます (「Windows+E」を押します)。

2-アドレス バーに%LocalAppData%\Appsと入力し、Enter キーを押します。

3- フォルダ " 2 " が見つかるはずです。フォルダ「2」を削除します。

4- タスク マネージャーを開きます ([スタート] メニューで、「タスク マネージャー」と入力して選択します。または、Ctrl+Alt+Delete を押して [タスク マネージャー] を選択します)。

5-「詳細」タブをクリックします。

6- dfsvc.exeという名前のすべてのファイルを強制終了します(私の場合は 2 つありました)。

7- Internet Explorer (IE) を開きます

8- このアドレスをアドレス バーに貼り付けて、Enter キーを押します。

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

9- Wiwindows 用の Github のインストールが開始されます。

于 2017-03-30T19:30:11.700 に答える
0

この投稿のおかげで、私は Internet Explorer を使用して次の場所に移動しました。

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

そして、Windows用のGithubを完全にインストールしました(私はWindows 8.1を持っています)。

これ以前は、Chrome を使用してダウンロードしたインストーラーでは、Github for Windows をインストールできませんでした (以前は上記の「失敗しました」というエラーが発生していました)。

于 2017-03-29T22:42:11.580 に答える
0

私は同じ問題を抱えていて、Windows 8 Pro に github をインストールしようとしているときに 20 回以上問題が発生しました。

知らないうちに見つかった解決策は、Githubアカウントにログインしてからパッケージをダウンロードし、インストールが完了するまでログアウトせずにインストールを試みることです。

それは私にとってはうまくいきます..これを処理するためのより良い方法があれば、試して提供してください.

ありがとう。

于 2014-02-11T07:40:20.197 に答える