27

安装 GitHub for Windows 时,如何解决此错误:

尝试下载“ http://github-windows.s3.amazonaws.com/GitHub.application ”时出错。

日志文件:

    The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [InstallMode] = HomeSite {string}
Property: [ProcessorArchitecture] = AMD64 {string}
Property: [VersionNT] = 6.2.0 {version}
Running checks for package 'Windows Installer 3.1', phase BuildList
The following properties have been set for package 'Windows Installer 3.1':
Running checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.1': true
Result of checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass'
'Windows Installer 3.1' RunCheck result: No Install Needed
Running checks for package 'Microsoft .NET Framework 4 (x86 and x64)', phase BuildList
Reading value 'Version' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full'
Read string value '4.5.50709'
Setting value '4.5.50709 {string}' for property 'DotNet40Full_TargetVersion'
The following properties have been set for package 'Microsoft .NET Framework 4 (x86 and x64)':
Property: [DotNet40Full_TargetVersion] = 4.5.50709 {string}
Running checks for command 'DotNetFX40\dotNetFx40_Full_x86_x64.exe'
Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true
Result of checks for command 'DotNetFX40\dotNetFx40_Full_x86_x64.exe' is 'Bypass'
Running checks for command 'DotNetFX40\dotNetFx40_Full_setup.exe'
Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': false
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'DotNet40Full_TargetVersion' and value '4.0.30129': true
Result of checks for command 'DotNetFX40\dotNetFx40_Full_setup.exe' is 'Bypass'
'Microsoft .NET Framework 4 (x86 and x64)' RunCheck result: No Install Needed
Launching Application.
URLDownloadToCacheFile failed with HRESULT '-2146697208'
Error: An error occurred trying to download 'http://github-windows.s3.amazonaws.com/GitHub.application'.
4

10 回答 10

32

您可以使用Internet Explorerhttps代替。即在Internet Explorer中打开下面的 URL 。这个对我有用。http

https://github-windows.s3.amazonaws.com/GitHub.application
于 2014-03-17T01:04:03.893 回答
14

这可能是 Internet 连接问题,可能是暂时的(重试并查看问题是否仍然存在)。

这就是该评论所暗示的。

重试后,错误自动解决!

如果问题仍然存在,此评论表明:

然后您可以尝试直接在 Internet Explorer 中打开 github-windows.s3.amazonaws.com/GitHub.application ,然后它应该可以正常工作。

但是,不建议使用 Internet Explorer(取决于版本,因为它可能不支持ClickOnce部署策略 (与通常的 Windows Installer 不同)。 最近的 Firefox 或 Chrome 应该允许静默安装 GitHub for Windows。

于 2012-11-21T10:37:05.797 回答
12

我有一个类似的问题。我使用 Internet Explorer 进行下载,它工作正常。显然这是我除了下载 Chrome 之外第二次使用 Internet Explorer。感谢 Internet Explorer :P

于 2013-05-22T17:53:06.097 回答
3

我遇到了同样的问题。这是由于我的代理设置。

于 2013-04-22T07:58:14.103 回答
2

采用:

%SYSTEMROOT%\SYSTEM32\REGSVR32.EXE %SYSTEMROOT%\SYSTEM32\WUAUENG.DLL

运行上述命令确实解决了这个问题。我从 Stack Overflow 问题How to fix this error while installed GitHub on Windows 7 64-bit中得到了答案。

于 2014-05-29T14:31:11.353 回答
0

使用本地代理,我的解决方案是将地址从 更改localhost127.0.0.1

出于某种原因,Internet Explorer(和此下载器)无法解析localhost,而 Chrome 运行良好。

于 2013-08-30T07:31:10.100 回答
0

这可能会帮助你。这些是我用来解决它的步骤。

.Window+R或开始 -> 运行。然后写入 (userprofile%\Local Settings\Apps) 或 (%userprofile%\AppData\Local\Apps)。

如果操作系统是 Windows XP,则使用第一个;如果操作系统是 Windows Vista 或 Windows 7,则使用第二个。

然后单击确定。

最后删除 (2.0) 文件夹。

然后再次运行。这个对我有用。

于 2014-08-12T03:43:04.090 回答
0

这很可能是由于互联网速度慢或连接中断。这个下载是通过基本的下载器完成的,即它没有像大多数种子一样暂停和修复服务器断开连接的功能。该软件位于亚马逊服务器上,并且它们的数量有限。在特定日期尝试/尝试从一台计算机下载该软件的次数。当您尝试运行该程序时,它会从亚马逊服务器生成下载请求。如果在特定机器上的尝试次数失败,亚马逊服务器不允许您下载。这个问题的解决方案是等待一段时间,比如几天,然后在稳定的 Internet 连接下尝试相同的过程,它会下载而不会出现任何错误。感谢您阅读答案,

于 2016-06-02T09:46:44.553 回答
0

错误的主要原因是亚马逊服务器每个系统只分配一个下载。所以一天后尝试。另一件事是使用相同的互联网提供商进行下载。在下载应用程序之前保持打开 github 帐户。这对我有用。

于 2016-06-07T06:02:55.953 回答
-1

杀死我的防病毒软件的网络防火墙后,我在 Windows 10 上的安装问题得到了解决。这通常会带来麻烦,限制互联网连接。

于 2016-11-17T04:14:59.840 回答