kolanos / kohana-universe

DEFUNCT: Use http://kohana-modules.com/ instead.
http://www.kohana-modules.com/
194 stars 15 forks source link

reference SHA1 value causes "git submodule update --init" routine to stop at jelly-auth #7

Open RaymondCrandall opened 14 years ago

RaymondCrandall commented 14 years ago

fatal: reference is not a tree: 5fe550860cef089a54e071ac2936bd99cea54bf5 Unable to checkout '5fe550860cef089a54e071ac2936bd99cea54bf5' in submodule path 'modules/jelly-auth'

raeldc commented 14 years ago

Just following up with this issue, Kolanos. This is my mistake as maintainer of jelly-auth. I forced push my local repo because I removed an erroneous Pull request. So I guess the solution is to refresh jelly-auth from this collection.

Sorry about this problem :).

RaymondCrandall commented 14 years ago

I poked around a bit, and I know where the problem is

kohana-universe/modules/jelly-auth/.git/FETCH_HEAD

phpclub commented 13 years ago

Any solutions?

kolanos commented 13 years ago

If 'git pull && git submodule update' doesn't solve the problem, you have two options:

EASY: re-clone the kohana-universe repo LESS EASY: git submodule foreach git checkout master && git submodule foreach git pull && git submodule update

raeldc: Thanks for the update, usually I have no clue was repo maintainers are doing, appreciate you letting me know.