overleaf连接速度缓慢-macos解决方案
本方案需要修改 host 文件,但是macos的host是锁定的,首先要解锁host的读写权限
参考本方法:/p/362307389
mac的host文件在 /etc/host 目录下
使用命令:
1 cd /etc
2 sudo open -e host
添加以下代码:
#the following 2 lines used to speed up the overleaf
127.0.0.1
127.0.0.1
保存之后发现overleaf 上传速度直接变成mb为单位
注意
此方法是关闭了overleaf 的Google服务, 如果使用此方法,可能会影响正常的google服务使用