mac 版本charles安装报错-Charles cannot
2021-11-25 本文已影响0人
90后的晨仔
-
错误日志如下:
Snip20211125_1.pngCharles 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.
-
解决方案:
sudo chown -R root "/Applications/Charles.app/Contents/Resources"
sudo chmod -R u+s "/Applications/Charles.app/Contents/Resources"