Last active
August 29, 2015 14:07
-
-
Save SpiritOfDarkDragon/cee7a7081ee1a0804887 to your computer and use it in GitHub Desktop.
Permission denied (publickey).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update .gitmodules | |
[submodule "example"] | |
path = example | |
url = https://github.com/webhat/example.git | |
Update .git/config too | |
[submodule "example"] | |
url = https://github.com/webhat/example.git | |
[remote "origin"] | |
fetch = [...] | |
url = https://github.com/webhat/example.git | |
And to finish: | |
git submodule sync | |
git submodule init | |
git submodule update | |
//from: http://stackoverflow.com/questions/8197089/fatal-error-when-updating-submodule-using-git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment