我正在尝试使用 torify 将 Android Studio 从 Tor 转移。
我通过以下方式运行 Android Studio:
sudo torify ./studio.sh
启动Android Studio后出现以下消息:
操作不允许(套接字创建失败)
终端日志:
[Mar 03 10:14:58] WARNING torsocks[21709]: [syscall] Unsupported syscall number 229. Denying the call (in tsocks_syscall() at syscall.c:465)
^C[Mar 03 10:15:00] ERROR torsocks[21709]: Unable to resolve. Status reply: 4 (in socks5_recv_resolve_reply() at socks5.c:666)
[Mar 03 10:15:00] ERROR torsocks[21709]: Unable to resolve. Status reply: 4 (in socks5_recv_resolve_reply() at socks5.c:666)
Failed to retrieve the list of available network interfaces
java.net.SocketException: Operation not permitted (Socket creation failed)
torsocks 也显示同样的信息。
如果有帮助的话,我会使用 Ubuntu 16.04。
有人可以帮我修复它吗?