mgear-dev / mgear_dist

mGear v.3.x.x distribution repository
http://www.mgear-framework.com/
MIT License
184 stars 53 forks source link

Submodule update --init failure on excons #44

Closed jopollack closed 4 years ago

jopollack commented 4 years ago

I cannot get a clean git repo setup because of an issue with the excons submodule.

git submodule update --init
error: Server does not allow request for unadvertised object 61f5e5ce4f55ee8f148a92c9b75094dbe62a4047
Fetched in submodule path 'excons', but it did not contain 61f5e5ce4f55ee8f148a92c9b75094dbe62a4047. Direct fetching of that commit failed.

To Reproduce Start fresh terminal:

git clone https://github.com/mgear-dev/mgear_dist.git
cd mgear_dist/
git submodule update --init
miquelcampos commented 4 years ago

Thanks for the feedback. I will check this. I did some changes and maybe I have broken this

miquelcampos commented 4 years ago

Hi @jopollack just did an update for excons https://github.com/mgear-dev/mgear_dist/commit/382071062d0b2e9ab6c3f0a323b355f735fa0536 I think this fixes the issue can you try again?

jopollack commented 4 years ago

Yup, works now. Thanks!