monocular
monocular copied to clipboard
Development - Dep ensure
HI ,
I am trying to run the monocular API in development mode.
I am using the docker-compose you provide.
Everything looks fine , but the dep ensure seems to have some issues :+1:
15:19:20 ==> Packages updating....
ensure Solve(): no valid source could be created:
failed to set up sources from the following URLs:
https://github.com/Masterminds/semver
: remote repository at https://github.com/Masterminds/semver does not exist, or is inaccessible: : exit status 128
failed to set up sources from the following URLs:
ssh://[email protected]/Masterminds/semver
: remote repository at ssh://[email protected]/Masterminds/semver does not exist, or is inaccessible: : exit status 128
failed to set up sources from the following URLs:
git://github.com/Masterminds/semver
: remote repository at git://github.com/Masterminds/semver does not exist, or is inaccessible: : exit status 128
failed to set up sources from the following URLs:
http://github.com/Masterminds/semver
: remote repository at http://github.com/Masterminds/semver does not exist, or is inaccessible: : exit status 128
Do you have any idea how I can resolve this ?
Thanks !
Possibly a transient issue, that repo does exist. Can you try again?
Hi ,
I've been trying every day since 2 weeks. I don't think this is a networking issue :/