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
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.
The text was updated successfully, but these errors were encountered:
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/
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: