We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
出现 urllib2.URLError: <urlopen error [Errno 60] Operation timed out> 或者 urllib2.URLError: <urlopen error [Errno 61] Connection refused> 检查当前网络是否能通 是否可以访问https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/nightly/linux_32bit/index.txt 然后检查下wget命令是否能正常执行
The text was updated successfully, but these errors were encountered:
我出现的是:urllib2.URLError: <urlopen error [Errno 110] Operation timed out> 然后考虑到可能是因为墙的问题,于是乎打算安装lantern来面对这个情况,后面又在安装lantern过程中有其他问题。。。。。。
同样的报错,为什么Errno值不一样呢?困惑。
Sorry, something went wrong.
这个我也不是很清楚 我是61和60交替出现 安装完wget之后一切顺利 如果这个链接https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/nightly/linux_32bit/index.txt 都没出现的话 8成是网络被墙的问题
No branches or pull requests
出现
urllib2.URLError: <urlopen error [Errno 60] Operation timed out>
或者
urllib2.URLError: <urlopen error [Errno 61] Connection refused>
检查当前网络是否能通
是否可以访问https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/nightly/linux_32bit/index.txt
然后检查下wget命令是否能正常执行
The text was updated successfully, but these errors were encountered: