failed to link submodule: cpp_client_telemetry_modules
Opened this issue · 0 comments
Describe your environment.
macOS (14.6.1 (23G93)) trying to install OneDsCppSdk.iOS (3.5.117.1)
Steps to reproduce.
pod install this: pod 'OneDsCppSdk.iOS', '~> 3.5.117.1'
What is the expected behavior?
Installation completed
What is the actual behavior?
Failed to install it
Additional context.
[!] Error installing OneDsCppSdk.iOS
[!] /opt/homebrew/bin/git -C /var/folders/n0/wbmlc8j55sl_hzm3170td_1r0000gn/T/d20240924-16842-smhpam submodule update --init --recursive
Submodule 'lib/modules' (ssh://git@github.com/microsoft/cpp_client_telemetry_modules.git) registered for path 'lib/modules'
Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/googletest'
Submodule 'third_party/krabsetw' (https://github.com/Microsoft/krabsetw) registered for path 'third_party/krabsetw'
Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'tools/vcpkg'
Cloning into '/private/var/folders/n0/wbmlc8j55sl_hzm3170td_1r0000gn/T/d20240924-16842-smhpam/lib/modules'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'ssh://git@github.com/microsoft/cpp_client_telemetry_modules.git' into submodule path '/private/var/folders/n0/wbmlc8j55sl_hzm3170td_1r0000gn/T/d20240924-16842-smhpam/lib/modules' failed
Failed to clone 'lib/modules'. Retry scheduled
Cloning into '/private/var/folders/n0/wbmlc8j55sl_hzm3170td_1r0000gn/T/d20240924-16842-smhpam/third_party/googletest'...
Cloning into '/private/var/folders/n0/wbmlc8j55sl_hzm3170td_1r0000gn/T/d20240924-16842-smhpam/third_party/krabsetw'...
Cloning into '/private/var/folders/n0/wbmlc8j55sl_hzm3170td_1r0000gn/T/d20240924-16842-smhpam/tools/vcpkg'...
Cloning into '/private/var/folders/n0/wbmlc8j55sl_hzm3170td_1r0000gn/T/d20240924-16842-smhpam/lib/modules'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'ssh://git@github.com/microsoft/cpp_client_telemetry_modules.git' into submodule path '/private/var/folders/n0/wbmlc8j55sl_hzm3170td_1r0000gn/T/d20240924-16842-smhpam/lib/modules' failed
Failed to clone 'lib/modules' a second time, aborting