解决方式:

执行以下命令之后重启vscode就可以了

sudo chown -R $USER ~/Library/Caches/com.microsoft.VSCode.ShipItxattr -dr com.apple.quarantine /Users/bear/Downloads/Visual\ Studio\ Code.app

// 换成自己电脑的vscode安装的路径

note:Visual\ Studio\ Code.app 不要修改

Cannot update while running on a read-only volume. The application is on a read-only volume. Please相关推荐

  1. Mac更新VSCode写权限被拒绝 Cannot update while running on a read-only volume

    执行以下命令并重启vscode sudo chown -R $USER ~/Library/Caches/com.microsoft.VSCode.ShipIt xattr -dr com.apple ...

  2. Autodesk MapGuide Enterprise 2011 Update 1 for Windows发布了

    下载地址:http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=15915095&linkID=924217 ...

  3. Running PostgreSQL using Docker Compose

    转载来源:https://linuxhint.com/run_postgresql_docker_compose/ Running PostgreSQL using Docker Compose Do ...

  4. shell 脚本启动 SpringBoot程序,用 curl 传参给 post、delete、update等请求的body

    shell脚本启动SpringBoot #!/bin/sh ## java 此处是指定jdk启动 export JAVA_HOME=/usr/local/java/jdk1.8.0_181 # jre ...

  5. [转]Introduction of iSCSI Target in Windows Server 2012

    Introduction of iSCSI Target in Windows Server 2012 源地址:http://blogs.technet.com/b/filecab/archive/2 ...

  6. docker手册_Docker手册

    docker手册 The concept of containerization itself is pretty old, but the emergence of the Docker Engin ...

  7. react.js做小程序_如何使用React.js构建现代的聊天应用程序

    react.js做小程序 In this tutorial, I will guide you to build your own group chat application using React ...

  8. bash: dotnet: 未找到命令..._Docker 常用命令(.NET Core示例)

    (给DotNet加星标,提升.Net技能) 转自:滴答的雨cnblogs.com/heyuquan/p/docker-cmd-and-dotnetcore.html 前言 本篇文章,整理docker中 ...

  9. CentOS 6.5安装Xen虚拟化

    一.Xen虚拟化原理详解 查看Xen原理详解请点击 二.RHEL系统版本和Xen的关系 rhel 5.3: xen kernel-xen, xen kernel rhel 5.4: xen, kvm ...

最新文章

  1. TensorFlow 1.8.0正式发布,Bug修复和改进内容都在这里了
  2. Django models数据库配置以及多数据库调用设置
  3. [python]python字典
  4. 明明白白你的Linux服务器——网络篇
  5. c++ linux 线程等待与唤醒_C++并发编程 等待与唤醒
  6. Uformer: A General U-Shaped Transformerfor Image Restoration
  7. python从入门到精通-终于懂得python从入门到精通教程
  8. ApiException
  9. Shell 中常用的if 语句总结
  10. c语言编程创意表白,C语言和图形界面编程打造——浪漫的表白程序
  11. 腾讯加入QQ群,代码生成地址
  12. keytool基本使用
  13. 【日常办公】chm 已取消到该网页的导航
  14. 尚硅谷_Spring5
  15. 甲骨文Andrew Mendelsohn:打造高扩展性和可用性的数据库云技术
  16. c++可视化 横向打印二叉树(连线、规整)
  17. 国际快递清关要多少时间,国际快递进口如何清关2021.12.01
  18. 『曹大带我学 Go 』系列文章汇总
  19. 疯狂java讲义pdf百度云,成功入职阿里
  20. bzoj2676 Contra

热门文章

  1. verilog学习记(verilog翻译成c)
  2. python编程(import头文件)
  3. C语言和设计模式(中介者模式)
  4. 基于51单片机的车速控制系统
  5. element的表格index自定义_DIV表格组
  6. linux重启memcache_linux下启动和停止memcached
  7. 目录遍历漏洞和文件读取漏洞的区别
  8. git 修改tag 备注_【Git】第十二章:Git高级实战技巧
  9. iOS事件处理,看我就够了~ 1
  10. linux动态追踪神器——Strace实例介绍【转】