JiFu's Wiki JiFu's Wiki
首页
  • HTML
  • JavaScript
  • NodeJS
  • Vuejs
  • 微信小程序
  • Python
  • 数据库
  • 中间件
  • 算法
  • 软件工程
  • Wordpress
  • iOS开发
  • Android开发
  • Linux
  • Windows
  • MacOS
  • Docker
  • Vim
  • VSCode
  • Office
  • 其他
  • Photoshop
  • Sketch
  • Mac
  • 游戏
关于
  • 分类
  • 标签
  • 归档
GitHub (opens new window)
首页
  • HTML
  • JavaScript
  • NodeJS
  • Vuejs
  • 微信小程序
  • Python
  • 数据库
  • 中间件
  • 算法
  • 软件工程
  • Wordpress
  • iOS开发
  • Android开发
  • Linux
  • Windows
  • MacOS
  • Docker
  • Vim
  • VSCode
  • Office
  • 其他
  • Photoshop
  • Sketch
  • Mac
  • 游戏
关于
  • 分类
  • 标签
  • 归档
GitHub (opens new window)
  • DevOps介绍
  • Linux

  • MacOS

  • Windows

  • Docker

  • Vim

  • VSCode

    • Troubleshooting

      • VScdoe error Could not create temporary directory Permission denied
        • If you are using normal VScode
        • If you are using insiders version
    • VSCode介绍
    • VSCode插件列表
    • Mac VSCode 禁用GPU加速
    • Build personal development editor with vscode
    • REST-Client简单好用的接口测试辅助工具
    • VSCode个人使用快捷键
  • Office

  • 其他

  • 运维
  • VSCode
  • Troubleshooting
JiFu
2023-10-18
目录

VScdoe error Could not create temporary directory Permission denied

# Could not create temporary directory: Permission denied

This error looks familiar?

# Problem

If you happen to not being able to update VScode anymore after upgrading to macOS is may be due to some permission issues.

# Solution

# If you are using normal VScode

sudo chown $USER ~/Library/Caches/com.microsoft.VSCode.ShipIt
1

# If you are using insiders version

sudo chown $USER ~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt
1

These commands will change the permissions of vscode folders to the current user.

上次更新: 2024/08/11, 01:59:03
VIM下使用Vundle搭建python开发环境
VSCode介绍

← VIM下使用Vundle搭建python开发环境 VSCode介绍→

最近更新
01
Disable notification "to get future google chrome updates you'll need macos 10.13 or later" on mac
05-14
02
MacOS软件推荐
04-30
03
Debian Sway开发机安装手册
03-26
更多文章>
Theme by Vdoing | Copyright © 2019-2025 Ji Fu | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式