libadblockplus-android submodule init fails

Various discussions related to Adblock Plus development
Post Reply
Slion
Posts: 1
Joined: Mon Jun 28, 2021 4:42 pm

libadblockplus-android submodule init fails

Post by Slion »

Can't recursively initialize submodules on: https://github.com/adblockplus/libadblockplus-android

Code: Select all

Cloning into 'C:/Dev/GitHub/AdBlockPlus/libadblockplus-android/libadblockplus/third_party/googletest'...
fatal: unable to access 'https://github.com/external-dependencies/googletest-github.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/external-dependencies/googletest-github.git' into submodule path 'C:/Dev/GitHub/AdBlockPlus/libadblockplus-android/libadblockplus/third_party/googletest' failed
Failed to clone 'third_party/googletest'. Retry scheduled
Cloning into 'C:/Dev/GitHub/AdBlockPlus/libadblockplus-android/libadblockplus/third_party/gyp'...
remote: Repository not found.
fatal: repository 'https://github.com/external-dependencies/gyp.git/' not found
fatal: clone of 'https://github.com/external-dependencies/gyp.git' into submodule path 'C:/Dev/GitHub/AdBlockPlus/libadblockplus-android/libadblockplus/third_party/gyp' failed
Failed to clone 'third_party/gyp'. Retry scheduled
Cloning into 'C:/Dev/GitHub/AdBlockPlus/libadblockplus-android/libadblockplus/third_party/googletest'...
remote: Repository not found.
fatal: repository 'https://github.com/external-dependencies/googletest-github.git/' not found
fatal: clone of 'https://github.com/external-dependencies/googletest-github.git' into submodule path 'C:/Dev/GitHub/AdBlockPlus/libadblockplus-android/libadblockplus/third_party/googletest' failed
Failed to clone 'third_party/googletest' a second time, aborting
Failed to recurse into submodule path 'libadblockplus'
Post Reply