MengTo / DesignerNewsApp

Build a Swift App as a designer
http://designcode.io
2.42k stars 367 forks source link

Git submodule Error #88

Closed joshuasoehn closed 9 years ago

joshuasoehn commented 9 years ago

Cloned the repository but running "git submodule update --init --recursive" can't clone into DTCoreText

Cloning into 'Externals/DTCoreText'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
MengTo commented 9 years ago

Hmm I'm also getting this error. @jamztang, what do you think?

jamztang commented 9 years ago

For me I can never experience the issue because I suspect my account is the owner of those dependancies. I currently made a patch to point back to the original repo. Let me know if it works for you guys.

Please remove the old one and follow the instructions over. Cheers!

MengTo commented 9 years ago

Works perfectly this time, no more permission problems! Great job @jamztang !

jamztang commented 9 years ago

Awesome!

joshuasoehn commented 9 years ago

Thanks guys <3