This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Description
When I try to build the stuff using npm run build, the task backend-clone fails, because of restricted / missing repositories.
I already tried gulp recompile as suggested in the README.
[06:07:26] 'backend-clone' errored after 4.13 s
[06:07:26] Error: Command failed: cd build/tmp && git clone -b master git@github.com:WatchBeam/backend.git
Cloning to 'backend' ...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
at ChildProcess.exithandler (child_process.js:206:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:877:16)
at Socket.<anonymous> (internal/child_process.js:334:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:498:12)
[06:07:26] 'pull-client-repos' errored after 4.26 s
[06:07:26] Error: Errorful response getting WatchBeam/beam-client-swift: Forbidden
at fetch.then.response (/opt/beam/developers/build/docs.js:272:27)
at process._tickCallback (internal/process/next_tick.js:103:7)
Is there something I'm doing wrong or is it the setup that just doesn't work for externals?