您尚未登录。

公告

[通告] 本论坛迁移啦~请前往位于 https://forum.archlinuxcn.org/ 的新论坛。所有帖子和参与的用户都已经迁移。

您正在访问的是原 bbs.archlinuxcn.org 的静态存档。本页面的新地址位于 https://forum.archlinuxcn.org/t/topic/14217

#1 2025-07-20 17:34:35

xuhongdi
会员
所在地: 辽宁,营口,大石桥
注册时间: 2025-06-08
帖子: 12
个人网站

AUR安装最新版VSCode/VSCode insiders时出现错误

返了几项内容:Building visual-studio-code(-insiders)-bin...
==> Making package: visual-studio-code-bin 1.102.1-1 (Sun Jul 20 17:28:05 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading code-1.102.1.desktop.in...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the webpage mentioned above.
==> ERROR: Failure while downloading https://raw.githubusercontent.com/micro … de.desktop
    Aborting...
Failed to build visual-studio-code(-insiders)-bin
即使开了Steam++且加速项里有githubcontent.com也无用,求解

离线

#2 2025-07-20 17:56:43

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 9,397
个人网站

Re: AUR安装最新版VSCode/VSCode insiders时出现错误

你被中间人攻击了?openssl s_client -connect raw.githubusercontent.com:443 -servername raw.githubusercontent.com 看看?

离线

#3 2025-07-20 18:13:33

GalaxySnail
会员
注册时间: 2023-09-10
帖子: 32

Re: AUR安装最新版VSCode/VSCode insiders时出现错误

Steam++ 就是 by design MITM,需要安装它的根证书。有 Windows 小白用户爱用这个也就罢了,怎么用 Linux 还用这东西

离线

#4 2025-07-20 18:16:26

LYNiko
会员
注册时间: 2025-07-20
帖子: 2

Re: AUR安装最新版VSCode/VSCode insiders时出现错误

可能steam++没有正确导入CA证书,可以试着手动导入一下:  https://bbs.archlinux.org/viewtopic.php … 4#p1298534
另外如果需要steam++的替代品,可以试试accesser

离线

#5 2025-07-20 19:26:38

xuhongdi
会员
所在地: 辽宁,营口,大石桥
注册时间: 2025-06-08
帖子: 12
个人网站

Re: AUR安装最新版VSCode/VSCode insiders时出现错误

执行openssl s_client -connect raw.githubusercontent.com:443 -servername raw.githubusercontent.com时返
80BBD3104C7F0000:error:8000006F:system library:BIO_connect:Connection refused:crypto/bio/bio_sock2.c:178:calling connect()
80BBD3104C7F0000:error:10000067:BIO routines:BIO_connect:connect error:crypto/bio/bio_sock2.c:180:
80BBD3104C7F0000:error:8000006F:system library:BIO_connect:Connection refused:crypto/bio/bio_sock2.c:178:calling connect()
80BBD3104C7F0000:error:10000067:BIO routines:BIO_connect:connect error:crypto/bio/bio_sock2.c:180:
connect:errno=111

离线

页脚