ned14 / BEurtle

TortoiseXXX plugin for the Bugs Everywhere distributed issue tracker
http://www.nedprod.com/programs/Win32/BEurtle/
Other
11 stars 1 forks source link

Github project uses gitorious submodule #2

Closed srathbun closed 12 years ago

srathbun commented 12 years ago

When cloning the github project, it uses a modified copy of be from gitorious as a submodule. Unfortunately, when attempting to run git submodule update to get the submodule, if fails with:

fatal: Needed a single revision
Unable to find current revision in submodule path 'BE'

After digging around and trying some other things, I deleted the BE directory, and ran git submodule update --init: Submodule 'BE' () registered for path 'BE' Permission denied (publickey). fatal: The remote end hung up unexpectedly Unable to fetch in submodule path 'BE'

The gitorious repo can be cloned separately, but has some kind of a permissions issue here.

ned14 commented 12 years ago

I actually uploaded BE (BEurtle fork) to github to fix this exact problem, but forgot to update .gitmodules.

Fixed in 49f61131d9dbd981051cae92893d2ce902edc450. How's that for quick service? :)

Niall