解决 Atom 在MAC下无法更新的问题

分类:MacOS |


Can't update Atom due to writing to temp directory


sudo chmod 755 -R ~/Library/Caches/com.github.atom

sudo chmod 755 -R ~/Library/Caches/com.github.atom.ShipIt

sudo chown -R $USER ~/Library/Caches/com.github.atom

sudo chown -R $USER ~/Library/Caches/com.github.atom.ShipIt


也有说更改以下目录权限的, 但我本机未找到此目录: 

$ sudo chown -R $USER ~/Library/Application\ Support/com.github.atom.ShipIt

--and/or-