0
点赞
收藏
分享

微信扫一扫

C++ : STL容器之string剖析

莞尔小迷糊 2024-10-08 阅读 9

ubuntu下vscode插件arm keil studio pack遇到的问题

Updating registry data from https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip
failed to download from https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip
{}
failed to download /home/ubuntu/.vcpkg/downloads/bcee2a60-registry.zip from any source

原因很简单,几个软件没有装,而插件也没有检查依赖关系。

sudo apt update
sudo apt-get install build-essential tar curl zip unzip

参考:https://github.com/microsoft/vcpkg/discussions/38291

举报

相关推荐

0 条评论