ETC
[#. VSCode] Visual Code에서 파일 수정 시 Insufficient permissions. Select 'Retry as Sudo' to retry as superuser. 해결하기
shab
2021. 11. 16. 17:08
반응형
Atom을 사용하다가 VSCode를 사용하려고 한다
근데 파일 내용을 수정하면 계속해서 경고창이 뜬다

echo $USER
[username] 출력
sudo chown -R [username] .
잘 저장될 것이다
https://github.com/Microsoft/vscode/issues/57020
Failed to save file: Insufficient permissions. Select 'Retry as Admin' to retry as administrator · Issue #57020 · microsoft/vs
VSCode Version: 1.26.1 OS Version: macOS High Sierra 10.13.x Steps to Reproduce: Edit a moved file Try to save the file I ran a script that moved a lot of files and now whenever I try to save those...
github.com
반응형