#Error using extends with github repo

10 messages · Page 1 of 1 (latest)

cinder socket
#

I'm trying to create a base layer but getting a 404 error using extends with 'github:myrepo', which otherwise works locally.

Base layer:
https://github.com/michaelsynan/baselayer

Nuxt app using extends:
https://github.com/michaelsynan/myapp

The error message is:

Failed to download https://github.com/michaelsynan/baselayer.git/archive/master.tar.gz: 404 Not Found

Any idea what the issue is?

GitHub

Contribute to michaelsynan/baselayer development by creating an account on GitHub.

GitHub

Contribute to michaelsynan/myapp development by creating an account on GitHub.

#

Error using extends with github repo

vestal vortex
#

Did you try without the .git in the extends string?

cinder socket
vestal vortex
#

I forked your layer and it works, try it with:

extends: [ 'github:agenordebriat/baselayer#master']
#

Didn't with yours, and doesn't with mine and .git after baselayer

#

And now this works:

extends: [ 'github:michaelsynan/baselayer#master']

I get your helloworld component displayed.

cinder socket
#

Let me try again

#

Maybe there's a delay when GitHub is creating the tar.gz files

cinder socket