Server does not allow request for unadvertised object 230c856be4b2ee105f97716704d38fe094aed44f .
Fetched in submodule path 'gopath/src/github.com/skycoin/skycoin', but it did not contain 230c856be4b2ee105f97716704d38fe094aed44f. Direct fetching of that commit failed.
These are two separate issues. The first one is probably
GitHub is not letting you fetch the ref, so you’ll have to prevent Travis CI from running git submodule … automatically and trying to fetch the unadvertised ref. You can do this by setting
git:
submodules: false
and running your own git command to accomplish what you need.
The second issue was trivial , now I notice . Nonetheless the first one is recent . The submodules setup has been working until now . I’ll try the separate initialization, though .
If you run the series of git commands on a fresh directory, you will see the same error message. I suspect the older builds were successful because the necessary refs were reachable then.