My-Wallet-V3-iOS
My-Wallet-V3-iOS copied to clipboard
Can't cloning Submodules
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
From what I see: https://github.com/blockchain/My-Wallet-V3-iOS#if-you-dont-have-read-access-to-my-wallet-v3-private
same issue, edited file - no effect
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?