nagadomi / waifu2x-caffe-ubuntu

waifu2x-caffe for Ubuntu
MIT License
38 stars 10 forks source link

"Unable to clone" error when following your INSTALL-linux.md instruction #8

Open OW1TY2 opened 3 years ago

OW1TY2 commented 3 years ago

When I let the machine to run the third line "git submodule update --init --recursive", it runs for a few minutes and eventually report an error


(base) root@653dab7338f7:~/waifu2x-caffe# git submodule update --init --recursive
Cloning into '/root/waifu2x-caffe/rapidjson/thirdparty/gtest'...
fatal: unable to access 'https://chromium.googlesource.com/external/googletest.git/': Failed to connect to chromium.googlesource.com port 443: Connection timed out
fatal: clone of 'https://chromium.googlesource.com/external/googletest.git' into submodule path '/root/waifu2x-caffe/rapidjson/thirdparty/gtest' failed
Failed to clone 'thirdparty/gtest'. Retry scheduled
Cloning into '/root/waifu2x-caffe/rapidjson/thirdparty/gtest'...
fatal: unable to access 'https://chromium.googlesource.com/external/googletest.git/': Failed to connect to chromium.googlesource.com port 443: Connection timed out
fatal: clone of 'https://chromium.googlesource.com/external/googletest.git' into submodule path '/root/waifu2x-caffe/rapidjson/thirdparty/gtest' failed
Failed to clone 'thirdparty/gtest' a second time, aborting
Failed to recurse into submodule path 'rapidjson'
(base) root@653dab7338f7:~/waifu2x-caffe# 

what should I do about it?

nagadomi commented 3 years ago

It took a while, but it worked for me. If you're inside a firewall that blocks google's domain, that might be the cause.

OW1TY2 commented 3 years ago

ok thanks.