Re: git with ssh won't pull submodule

2017-04-29 Thread Erik Haller
Ah. I was able to get it to work with the ssh protocol and a relative path. Thank you for your help. On Fri, Apr 28, 2017 at 8:45 AM, Chris Packham wrote: > Hi Erik, > > On Fri, Apr 28, 2017 at 11:25 AM, Erik Haller wrote: >> Getting the following

Re: git with ssh won't pull submodule

2017-04-28 Thread Chris Packham
Hi Erik, On Fri, Apr 28, 2017 at 11:25 AM, Erik Haller wrote: > Getting the following error for a submodule when using git/ssh: > > $ git clone --recursive ssh://incense:/home/erik/git/nacl.git > Cloning into 'nacl'... > remote: Counting objects: 32, done. > remote:

git with ssh won't pull submodule

2017-04-27 Thread Erik Haller
Getting the following error for a submodule when using git/ssh: $ git clone --recursive ssh://incense:/home/erik/git/nacl.git Cloning into 'nacl'... remote: Counting objects: 32, done. remote: Compressing objects: 100% (25/25), done. remote: Total 32 (delta 5), reused 0 (delta 0) Receiving