Skip to content
New issue

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

fatal: repository 'https://github.com/borisfom/platform_external_libpng/' not found #102

Open
avlbanuba opened this issue Aug 29, 2017 · 1 comment

Comments

@avlbanuba
Copy link

The repository listed in .gitmodules is not found.

git submodule update --init --recursive
Cloning into '/Users/lechenko/Development/orig-torch-android/external/libjpeg-turbo'...
Cloning into '/Users/lechenko/Development/orig-torch-android/external/libpng'...
Username for 'https://github.com': avlbanuba
Password for 'https://[email protected]':
remote: Repository not found.
fatal: repository 'https://github.com/borisfom/platform_external_libpng/' not found
fatal: clone of 'https://github.com/borisfom/platform_external_libpng' into submodule path '/Users/lechenko/Development/orig-torch-android/external/libpng' failed
Failed to clone 'external/libpng'. Retry scheduled
Cloning into '/Users/lechenko/Development/orig-torch-android/external/libpng'...
Username for 'https://github.com': avlbanuba
Password for 'https://[email protected]':
remote: Repository not found.
fatal: repository 'https://github.com/borisfom/platform_external_libpng/' not found
fatal: clone of 'https://github.com/borisfom/platform_external_libpng' into submodule path '/Users/lechenko/Development/orig-torch-android/external/libpng' failed
Failed to clone 'external/libpng' a second time, aborting

I've tried several similar, but faces other errors.

@jaewoosong
Copy link

Here's workaround:

wget https://github.com/borisfom/platform_external_libpng/archive/2964a877aeeb02a66eeba084ceb1dfa3c6836f1b.zip

unzip 2964a877aeeb02a66eeba084ceb1dfa3c6836f1b.zip

cp -r ./platform_external_libpng-2964a877aeeb02a66eeba084ceb1dfa3c6836f1b/* ./torch-android/external/libpng/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants