Git trouble with Shiny...

Everything about development and the OpenMW source code.
Post Reply
User avatar
Sslaxx
Posts: 233
Joined: 12 Aug 2011, 18:59
Location: Malvern, UK
Contact:

Git trouble with Shiny...

Post by Sslaxx »

I'm having trouble trying to get Git to update for the Shiny submodule. Anyone else experiencing this?
stuart@sslaxxworks:~/CVS/OpenMW/Source$git submodule init
Submodule 'extern/shiny' () registered for path 'extern/shiny'
stuart@sslaxxworks:~/CVS/OpenMW/Source$git submodule update
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Unable to fetch in submodule path 'extern/shiny'
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Git trouble with Shiny...

Post by scrawl »

change the URL in .gitmodules to git://github.com/scrawl/shiny.git

you might have to delete some git cache files (or just clone again)
User avatar
Sslaxx
Posts: 233
Joined: 12 Aug 2011, 18:59
Location: Malvern, UK
Contact:

Re: Git trouble with Shiny...

Post by Sslaxx »

Recloned it, edited .gitmodules, still no joy. Still getting the permission denied (publickey) error.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Git trouble with Shiny...

Post by scrawl »

That's odd.

I've tried exactly the same thing in a VirtualBox machine that doesn't have a github account set up. At first, I had the same problem as you, then I cloned openmw again, changed the url in .gitmodules, ran git submodule update --init and it worked.
User avatar
Sslaxx
Posts: 233
Joined: 12 Aug 2011, 18:59
Location: Malvern, UK
Contact:

Re: Git trouble with Shiny...

Post by Sslaxx »

Odd. Recloned it just now and .gitmodules not only pointed to the URL in your previous post, but getting the Shiny submodule worked.
Post Reply