转载·Charles开启MacOS10.15 Catalina版本提示权限为只读

问题详情:

尝试开启Charles-Proxy-macOS Proxy 时 提示:

Charles cannot configure your proxy settings while it is on a read-only volume. Perhaps you are running Charles from the disk image? If so, please copy Charles to the Applications folder and run it again. Otherwise please ensure that Charles is running on a volume that is read-write and try again.

 

解决方法:

在Mac终端中输入

sudo chown -R root "/Applications/Charles.app/Contents/Resources"
sudo chmod -R u+s "/Applications/Charles.app/Contents/Resources"
posted @ 2020-03-30 23:30  笨手笨脚  阅读(2954)  评论(0编辑  收藏  举报