Issue with submodule URLs #10498

Closed
opened 2025-03-27 18:08:10 +00:00 by hemanggs · 4 comments
Contributor
  • During Clone process from Fork
Cloning into '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport'...
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git' into submodule path '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport' failed
Failed to clone '3party/CMake-MetalShaderSupport'. Retry scheduled
Cloning into '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers'...
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git' into submodule path '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers' failed


  • On running git submodule update --init --recursive -v
(base) syce@dev-pc:~/Desktop/organicmaps$ git submodule update --init --recursive -v
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git' into submodule path '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport' failed
Failed to clone '3party/CMake-MetalShaderSupport'. Retry scheduled
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git' into submodule path '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers' failed
Failed to clone '3party/Vulkan-Headers'. Retry scheduled
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/boost.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/boost.git' into submodule path '/home/syce/Desktop/organicmaps/3party/boost' failed 
- During Clone process from Fork ``` Cloning into '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport'... remote: Repository not found fatal: repository 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git/' not found fatal: clone of 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git' into submodule path '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport' failed Failed to clone '3party/CMake-MetalShaderSupport'. Retry scheduled Cloning into '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers'... remote: Repository not found fatal: repository 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git/' not found fatal: clone of 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git' into submodule path '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers' failed ``` - On running `git submodule update --init --recursive -v` ``` (base) syce@dev-pc:~/Desktop/organicmaps$ git submodule update --init --recursive -v remote: Repository not found fatal: repository 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git/' not found fatal: clone of 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git' into submodule path '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport' failed Failed to clone '3party/CMake-MetalShaderSupport'. Retry scheduled remote: Repository not found fatal: repository 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git/' not found fatal: clone of 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git' into submodule path '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers' failed Failed to clone '3party/Vulkan-Headers'. Retry scheduled remote: Repository not found fatal: repository 'https://git.omaps.dev/hemanggs/boost.git/' not found fatal: clone of 'https://git.omaps.dev/hemanggs/boost.git' into submodule path '/home/syce/Desktop/organicmaps/3party/boost' failed ``` - Also https://git.omaps.dev/organicmaps/fast_double_parser is not migrated i believe
hemanggs changed title from Issue with submodules URL linking to Issue with submodule URLs 2025-03-27 18:12:45 +00:00
Owner

@hemanggs wrote in #10498 (comment):

  • During Clone process
Cloning into '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport'...
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git' into submodule path '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport' failed
Failed to clone '3party/CMake-MetalShaderSupport'. Retry scheduled
Cloning into '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers'...
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git' into submodule path '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers' failed
* On running  `git submodule update --init --recursive -v`
(base) syce@dev-pc:~/Desktop/organicmaps$ git submodule update --init --recursive -v
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git' into submodule path '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport' failed
Failed to clone '3party/CMake-MetalShaderSupport'. Retry scheduled
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git' into submodule path '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers' failed
Failed to clone '3party/Vulkan-Headers'. Retry scheduled
remote: Repository not found
fatal: repository 'https://git.omaps.dev/hemanggs/boost.git/' not found
fatal: clone of 'https://git.omaps.dev/hemanggs/boost.git' into submodule path '/home/syce/Desktop/organicmaps/3party/boost' failed 

OK, it looks like that it doesn't work from forks. Probably we can try "url = ../../organicmaps/boost.git" instead of "url = ../boost.git" to fix forks. Please clone the main repo as a workaround for now.

* Also https://git.omaps.dev/organicmaps/fast_double_parser is not migrated i believe

Fixed. Thanks!

@hemanggs wrote in https://git.omaps.dev/organicmaps/organicmaps/issues/10498#issue-55100: > * During Clone process > > > ```text > Cloning into '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport'... > remote: Repository not found > fatal: repository 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git/' not found > fatal: clone of 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git' into submodule path '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport' failed > Failed to clone '3party/CMake-MetalShaderSupport'. Retry scheduled > Cloning into '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers'... > remote: Repository not found > fatal: repository 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git/' not found > fatal: clone of 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git' into submodule path '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers' failed > ``` > > * On running `git submodule update --init --recursive -v` > > > ```text > (base) syce@dev-pc:~/Desktop/organicmaps$ git submodule update --init --recursive -v > remote: Repository not found > fatal: repository 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git/' not found > fatal: clone of 'https://git.omaps.dev/hemanggs/CMake-MetalShaderSupport.git' into submodule path '/home/syce/Desktop/organicmaps/3party/CMake-MetalShaderSupport' failed > Failed to clone '3party/CMake-MetalShaderSupport'. Retry scheduled > remote: Repository not found > fatal: repository 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git/' not found > fatal: clone of 'https://git.omaps.dev/hemanggs/Vulkan-Headers.git' into submodule path '/home/syce/Desktop/organicmaps/3party/Vulkan-Headers' failed > Failed to clone '3party/Vulkan-Headers'. Retry scheduled > remote: Repository not found > fatal: repository 'https://git.omaps.dev/hemanggs/boost.git/' not found > fatal: clone of 'https://git.omaps.dev/hemanggs/boost.git' into submodule path '/home/syce/Desktop/organicmaps/3party/boost' failed > ``` OK, it looks like that it doesn't work from forks. Probably we can try "url = ../../organicmaps/boost.git" instead of "url = ../boost.git" to fix forks. Please clone the main repo as a workaround for now. > * Also https://git.omaps.dev/organicmaps/fast_double_parser is not migrated i believe Fixed. Thanks!
Author
Contributor

OK, it looks like that it doesn't work from forks. Probably we can try "url = ../../organicmaps/boost.git" instead of "url = ../boost.git" to fix forks. Please clone the main repo as a workaround for now.

Yeah i tried this , but since submodules recursively have their own .gitmodules file and deeper submodules , it dosent seem to fix the problem .

> OK, it looks like that it doesn't work from forks. Probably we can try "url = ../../organicmaps/boost.git" instead of "url = ../boost.git" to fix forks. Please clone the main repo as a workaround for now. Yeah i tried this , but since submodules recursively have their own .gitmodules file and deeper submodules , it dosent seem to fix the problem .
hemanggs reopened this issue 2025-03-28 06:23:14 +00:00
Owner

Relative URLs don't work for mirrors.

Relative URLs don't work for mirrors.
Author
Contributor

Fixed by #10512 (comment)

Fixed by https://git.omaps.dev/organicmaps/organicmaps/pulls/10512#issue-55114
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps#10498
No description provided.