When you clone a repo on github that contains a submodule, update the submodule with the following command.git submodule update –remote –merge
If you can’t update, try re-adding the submodule, for example:
git submodule add https://github.com/cisco/openh264 open_source_code/openh264
Keeps giving the following error.
‘open_source_code/openh264’ already exists in the index
Run the following command to fix the problem.
git rm -r --cached open_source_code/openh264
Similar Posts:
- Git Clone Error: gnutls_handshake() failed: Decryption has failed [How to Solve]
- Solution of Cisco VPN reporting error 56 in win10
- Clone code from GitHub website — unable to find remote helper
- error: RPC failed; curl 18 transfer closed with outstanding read data remaining
- Please make sure you have the correct access rights and the repository exists. The problem has been solved when Git clone appears.
- Pod lib Create ObjcName error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errn…
- Git Error: RPC failed, curl 18 transfer closed with outstanding read data remaining
- Solution – bash: RVM: command not found prompt, install RVM offline in MAC environment
- [Solved] Git pull error: You have not concluded your merge (MERGE_HEAD exists)
- CocoaPods could not find compatible versions for pod [How to Solve]