I'm having exactly this issue. However, cloning using 

git clone [email protected]:skarra/Google-Contacts-API.git
git clone [email protected]:skarra/vobject.git

fails with the same message:

➜  lib git:(master) ✗ git clone [email protected]:skarra/Google-Contacts-API.git
Cloning into 'Google-Contacts-API'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


On Monday, September 22, 2014 at 6:12:37 PM UTC+5, David Dynerman wrote:
> Directly checking out the submodules did work - 
> 
> 
> git clone [email protected]:skarra/Google-Contacts-API.git
> 
> git clone [email protected]:skarra/vobject.git
> 
> 
> 
> I think I have a guess at what's going on. The same access denied error I was 
> getting on .gdata also happens when I request a garbage URL:
> 
> 
> 
> $ git clone [email protected]:skarra/non-existing-repository-hello.git
> Cloning into 'non-existing-repository-hello'...
> Permission denied (publickey).
> fatal: Could not read from remote repository.
> 
> 
> Please make sure you have the correct access rights
> and the repository exists.
> 
> 
> The ASynK repository has sym links to some of these submodules - is it 
> possible that they're pointing to non-existing files on github causing it to 
> fail? Or that git --clone isn't following symlinks somehow?
> 
> 
> In any case, I can run ASynK now, so I'll go ahead and test it to see if it 
> can perform bbdb <-> carddav
> 
> 
> Thanks for all your help,
> David
> 
> 
> On Sun, Sep 21, 2014 at 9:38 PM, Sriram Karra <[email protected]> wrote:
> 
> 
> 
> On Sun, Sep 21, 2014 at 11:25 PM, David Dynerman <[email protected]> wrote:
> 
> 
> 
> Same error, access denied trying to get the gdata submodule:
> 
> $ git submodule update --init
> Cloning into 'lib/.gdata'...
> Permission denied (publickey).
> fatal: Could not read from remote repository.
> 
> 
> 
> This is definitely very strange. Can you clone that submodule manually using 
> one of the following URLs:
> 
> 
> git clone [email protected]:skarra/Google-Contacts-API.git
> 
> git clone https://github.com/skarra/Google-Contacts-API.git
> 
> 
> 
>  
> 
> 
> Please make sure you have the correct access rights
> and the repository exists.
> Clone of '[email protected]:skarra/Google-Contacts-API.git' into submodule path 
> 'lib/.gdata' failed
> 
> This happens both from my home and work IPs, and on my laptop and work 
> computer, so I don't think it's a local problem on my end.
> 
> In any case, why is lib/vobject empty in the source .tar.gz? Shouldn't that 
> contain the full snapshot, even if git is failing to get the latest?
> 
> 
> Submodules are not included in the github zip / tar files. See here: 
> https://blogs.law.harvard.edu/acts/2012/10/18/github-zip-doesnt-include-submodules/
>  
> 
> 
> 
> 
> -- 
> 
> 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 email to [email protected].
> 
> To view this discussion on the web, visit 
> https://groups.google.com/d/msgid/asynk/CAFkt3UOjOboBPV-d3zYP8xytDktMK3MSU87LsZ-sY_4PkHGJZA%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/c1c4355d-47cb-4946-9e87-93c6033653ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to