schwabe / ics-openvpn

OpenVPN for Android
3.29k stars 1.19k forks source link

Fetched in submodule path 'main/src/main/cpp/openvpn', but it did not contain 168367a5a0416cd17d02d82ff08817231561a846. #1025

Closed LeVence1 closed 5 years ago

LeVence1 commented 5 years ago

Hello,

I currently have a problem with a submodule which cannot be updated by Git.

I have followed the documentation (section "Build instructions") on https://github.com/schwabe/ics-openvpn/blob/master/doc/README.txt step by step.

Platform where the problem occurs: Windows 10, Linux/Debian 9.8 Git version: 2.21.0.windows.1, 2.11.0

root@DEBIAN-GENERAL /home # git clone https://github.com/schwabe/ics-openvpn.git
Cloning into 'ics-openvpn'...
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 23657 (delta 1), reused 1 (delta 1), pack-reused 23653
Receiving objects: 100% (23657/23657), 49.69 MiB | 217.00 KiB/s, done.
Resolving deltas: 100% (14632/14632), done.
root@DEBIAN-GENERAL /home # cd ics-openvpn/
root@DEBIAN-GENERAL /home/ics-openvpn # git submodule init
Submodule 'main/src/main/cpp/asio' (https://github.com/chriskohlhoff/asio) registered for path 'main/src/main/cpp/asio'
Submodule 'main/src/main/cpp/lz4' (https://github.com/lz4/lz4.git) registered for path 'main/src/main/cpp/lz4'
Submodule 'main/src/main/cpp/mbedtls' (https://github.com/ARMmbed/mbedtls.git) registered for path 'main/src/main/cpp/mbedtls'
Submodule 'main/openssl' (https://github.com/schwabe/platform_external_openssl.git) registered for path 'main/src/main/cpp/openssl'
Submodule 'main/openvpn' (https://github.com/schwabe/openvpn.git) registered for path 'main/src/main/cpp/openvpn'
Submodule 'main/src/main/cpp/openvpn3' (https://github.com/schwabe/openvpn3.git) registered for path 'main/src/main/cpp/openvpn3'
root@DEBIAN-GENERAL /home/ics-openvpn # git submodule update
Cloning into '/home/ics-openvpn/main/src/main/cpp/asio'...
Cloning into '/home/ics-openvpn/main/src/main/cpp/lz4'...
Cloning into '/home/ics-openvpn/main/src/main/cpp/mbedtls'...
Cloning into '/home/ics-openvpn/main/src/main/cpp/openssl'...
Cloning into '/home/ics-openvpn/main/src/main/cpp/openvpn'...
Cloning into '/home/ics-openvpn/main/src/main/cpp/openvpn3'...
Submodule path 'main/src/main/cpp/asio': checked out 'eed287d46c14310f0daf4ff19b02979171437232'
Submodule path 'main/src/main/cpp/lz4': checked out 'dfed9fa1d77f0434306d377c4da1f7191d3ba08a'
Submodule path 'main/src/main/cpp/mbedtls': checked out '53546ea099f6f53d0be653a64accd250e170337f'
Submodule path 'main/src/main/cpp/openssl': checked out '01d189e12d6043ef3e15ef6d1ea17d2b4447e7de'
error: no such remote ref 168367a5a0416cd17d02d82ff08817231561a846
Fetched in submodule path 'main/src/main/cpp/openvpn', but it did not contain 168367a5a0416cd17d02d82ff08817231561a846. Direct fetching of that commit failed.
schwabe commented 5 years ago

Looks like I forgot to push a tag, should be fixed now.