Hi, Thanks for the quick response. So the "git clone --recursive [email protected]:skarra/ASynK.git" didn't work Cloning into 'ASynK'... Permission denied (publickey). fatal: The remote end hung up unexpectedly and "git clone --recursive https://github.com/skarra/ASynK.git" got as far as trying to clone gdata and failed as in original email. However I can do this "git clone https://github.com/skarra/Google-Contacts-API.git" fine!
So it looks like I just can't do the git clone with the repo being git@, but https is fine. Weird. Anyway I will just do the recursive git clones manually. Thanks Matt On Fri, Jul 31, 2015 at 9:25 PM, Sriram Karra <[email protected]> wrote: > Can you try this afresh: git clone --recursive > [email protected]:skarra/ASynK.git > > On Fri, Jul 31, 2015 at 1:44 PM, <[email protected]> wrote: >> >> Hi, >> >> I can't clone some of the submodules (gdata in particular). Is there some >> permissions problem with it? >> >> What I tried is below. >> >> Thanks >> >> Matt >> >> >git clone --recursive https://github.com/skarra/ASynK.git >> Cloning into 'ASynK'... >> remote: Counting objects: 5987, done. >> remote: Total 5987 (delta 0), reused 0 (delta 0), pack-reused 5987 >> Receiving objects: 100% (5987/5987), 10.24 MiB | 1.38 MiB/s, done. >> Resolving deltas: 100% (2868/2868), done. >> Submodule 'lib/.CalDAVClientLibrary' >> (https://github.com/skarra/CalDAVClientLibrary.git) registered for path >> 'lib/.CalDAVClientLibrary' >> Submodule 'lib/.gdata' ([email protected]:skarra/Google-Contacts-API.git) >> registered for path 'lib/.gdata' >> Submodule 'lib/.pyews' ([email protected]:skarra/pyews.git) registered for >> path 'lib/.pyews' >> Submodule 'lib/vobject' (https://github.com/skarra/vobject.git) registered >> for path 'lib/vobject' >> Cloning into 'lib/.CalDAVClientLibrary'... >> remote: Counting objects: 2714, done. >> remote: Total 2714 (delta 0), reused 0 (delta 0), pack-reused 2714 >> Receiving objects: 100% (2714/2714), 1.42 MiB | 531 KiB/s, done. >> Resolving deltas: 100% (2408/2408), done. >> Submodule path 'lib/.CalDAVClientLibrary': checked out >> '06699b08190d50cc2636b921a654d67db0a967d1' >> Cloning into 'lib/.gdata'... >> Permission denied (publickey). >> fatal: The remote end hung up unexpectedly >> Clone of '[email protected]:skarra/Google-Contacts-API.git' into submodule >> path 'lib/.gdata' failed >> >> -- >> You received this message because you are subscribed to the Google Groups >> "ASynK Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send an email to [email protected]. >> To view this discussion on the web, visit >> https://groups.google.com/d/msgid/asynk/4a4b5b25-db36-435f-a4ba-f9fb37dcd751%40googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "ASynK Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/asynk/26o6BjsIgbM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/asynk/CAFkt3UNSHwzeFTvLk9ekvR-TVyBdEFdhAJ30tThJdpThZyCqxw%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "ASynK Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/asynk/CADH-zAd4avOn16KhQ%2BpoTV%2BQmEj_QjCLxMaHSRnPNYn6ALkCcA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
