My-Wallet-V3-iOS icon indicating copy to clipboard operation
My-Wallet-V3-iOS copied to clipboard

Can't cloning Submodules

Open Manikarthi-vaiha opened this issue 4 years ago • 3 comments

I have cloned from the master URL and I had followed to download submodules that you have written in the readme file it's can't download I am getting this error:

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:blockchain/My-Wallet-V3.git' into submodule path '/Users/apple/Downloads/Wallet/My-Wallet-V3-iOS/Submodules/My-Wallet-V3' failed
Failed to clone 'Submodules/My-Wallet-V3'. Retry scheduled
Cloning into '/Users/apple/Downloads/Wallet/My-Wallet-V3-iOS/Submodules/OpenSSL-for-iPhone'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:x2on/OpenSSL-for-iPhone.git' into submodule path '/Users/apple/Downloads/Wallet/My-Wallet-V3-iOS/Submodules/OpenSSL-for-iPhone' failed
Failed to clone 'Submodules/OpenSSL-for-iPhone'. Retry scheduled
Cloning into '/Users/apple/Downloads/Wallet/My-Wallet-V3-iOS/Submodules/CoreBitcoin'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:oleganza/CoreBitcoin.git' into submodule path '/Users/apple/Downloads/Wallet/My-Wallet-V3-iOS/Submodules/CoreBitcoin' failed
Failed to clone 'Submodules/CoreBitcoin' a second time, aborting
apples-MacBook-Pro:My-Wallet-V3-iOS apple$ 

Please guide me on how to download it? Thanks

Manikarthi-vaiha avatar Sep 29 '21 08:09 Manikarthi-vaiha

From what I see: https://github.com/blockchain/My-Wallet-V3-iOS#if-you-dont-have-read-access-to-my-wallet-v3-private

wedkarz avatar Nov 05 '21 23:11 wedkarz

same issue, edited file - no effect

alloc33 avatar Apr 15 '22 14:04 alloc33

same issue, edited .gitmodules file, then execute below commands:

git submodule sync
git submodule update --init

but not work:

git submodule update --init
fatal: remote error: upload-pack: not our ref ab0f3bb2dbc14670af5bf2ac3ea7b58c72b90035
fatal: Fetched in submodule path 'Submodules/My-Wallet-V3', but it did not contain ab0f3bb2dbc14670af5bf2ac3ea7b58c72b90035. Direct fetching of that commit failed.
fatal:

Any suggestions on this?

sunimp avatar Apr 27 '22 09:04 sunimp