我按照下面的说明为Visual Studio 2019创建一个离线安装程序。
我已经多次运行了下面的cmd命令:
vs_enterprise.exe --layout c:vslayout --lang en-US
但是经过很长时间的验证包,它一直给我错误:
...
Total packages to download: 1
Starting 'UpdateLayout' operation
Error: Package 'Linux.GCC.arm_none_eabi,version=9.3.1' failed to download from '
https://aka.ms/AA9z5w0'. WebClient download failed: The request was aborted: Cou
ld not create SSL/TLS secure channel.. Bits download failed: File not found.. Wi
nInet download failed: Function: InternetOpenUrl, HR: -2147012867, Message: Unkn
own error 12029, Signature: PackageId=Linux.GCC.arm_none_eabi;PackageAction=Down
loadPackage;ReturnCode=0x80131500
UpdateLayout progress: 99.00%
Error: Setup completed with errors.
Error: One or more errors occurred.
Press any key to continue...
我试着用cmd:
下载Linux.GCC.arm_none_eabi
vs_Enterprise.exe --layout c:test --add Linux.GCC.arm_none_eabi --lang en-US
但是它给了我错误:
Download of 'https://aka.ms/vs/16/release/channel' succeeded using engine 'WebCl
ient'
Download of 'https://download.visualstudio.microsoft.com/download/pr/9efbe138-ff
42-4deb-95c9-1d78cdc1f98b/356b789dfa97d11956dc1a1c1ec3abad20ef3ca4d4cd34fae9df18
489b34d6aa/VisualStudio.vsman' succeeded using engine 'WebClient'
Catalog load operation correlation: {"id":"f4ca2719-dc4d-46c0-b458-a3169a2d57db"
}
Layout operation correlation: {"id":"7780b16c-7775-4ac1-92b2-8a47537f7784"}
Planning 'Layout' operation
Error: The package 'Linux.GCC.arm_none_eabi' is not recognized.
Error: Failed to plan for Layout.
Error: Setup completed with errors.
Error: The package 'Linux.GCC.arm_none_eabi' is not recognized.
Press any key to continue...
但是如果我输入urlhttps://aka.ms/AA9z5w0
,我可以下载文件gcc-arm-none-eabi-9-2020-q2-update-win32.zip
,所以链接确实有效,但是我如何将最后缺失的部分添加到我的离线安装程序?
我的问题是如何解决这个错误,以便我可以有完整的离线安装程序?
我目前的解决方案是创建文件夹c:vslayoutLinux.GCC.arm_none_eabi,version=9.3.1
,并把文件gcc-arm-none-eabi-9-2020-q2-update-win32.zip
在其中。但我想知道这是否是解决问题的正确方法。
更新:我目前的解决方案工作,在我手动下载并将其放入离线安装程序后,我重新运行cmd来验证包,它给了我OK的结果:
Total packages to download: 0
Starting 'UpdateLayout' operation
Setup completed successfully.
Press any key to continue...
错误提示:
Error: Package 'Linux.GCC.arm_none_eabi,version=9.3.1' failed to download from '
https://aka.ms/AA9z5w0'.
所以在Firefox浏览器中,输入urlhttps://aka.ms/AA9z5w0
,然后我可以下载文件gcc-arm-none-eabi-9-2020-q2-update-win32.zip
创建文件夹c:vslayoutLinux.GCC.arm_none_eabi,version=9.3.1
,并将文件gcc-arm-none-eabi-9-2020-q2-update-win32.zip
放入其中
在我手动下载并将其放入离线安装程序后,我重新运行cmdvs_enterprise.exe --layout c:vslayout --lang en-US
来验证包,它给了我OK的结果:
Total packages to download: 0
Starting 'UpdateLayout' operation
Setup completed successfully.
Press any key to continue...
成功! !
我检查了您的命令行(vs_enterprise.exe——layout c:vslayout——lang en-US),它很好,没有任何错误。不确定,但提示错误可能是由Microsoft Server端或CDN提供商引起的。
在我的记忆中,以前报告过一些类似的问题,其中也提到"无法创建SSL/TLS安全通道"…或者"包XXXXX从xxxxxxx下载失败",比如这个线程和这个线程。
你提到的解决方案,可能不是一个真正"正确"的解决方案。解决方案,因为这可能是一个潜在的问题,但当你从提示链接下载包并通过验证时,安装应该是好的和完整的。
你的解决方案很有帮助,可能会使其他遇到相同/类似问题的论坛成员受益,所以我只是做一个
:
创建一个文件夹,并以错误消息中提到的名称命名,然后从错误消息提示的链接下载文件/包。放在这个文件夹里。使用命令——Verify .
验证安装。