转载·Charles4.2.8 开启macOS Proxy ,MacOS10.15 Catalina版本提示APP权限为只读
Posted on 2019-10-24 09:35 SJ- 阅读(4542) 评论(1) 编辑 收藏 举报
问题详情:
尝试开启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"
重启Charles,完美解决