lbryio / lbry.com

lbry.com, the website for the LBRY protocol
https://lbry.com
MIT License
263 stars 234 forks source link

repository 'https://github.com/lbryio/color/' not found #1457

Closed iamflorencejay closed 2 years ago

iamflorencejay commented 3 years ago

Issue Summary

I planned to debug on website, then suddenly this error messages found on my terminal.

Cloning into '/home/user/lbry.com/web/scss/color'...
remote: Repository not found.
fatal: repository 'https://github.com/lbryio/color/' not found
fatal: clone of 'https://github.com/lbryio/color' into submodule path '/home/user/lbry.com/web/scss/color' failed
Failed to clone 'web/scss/color'. Retry scheduled
Cloning into '/home/user/lbry.com/web/scss/color'...
remote: Repository not found.
fatal: repository 'https://github.com/lbryio/color/' not found
fatal: clone of 'https://github.com/lbryio/color' into submodule path '/home/user/lbry.com/web/scss/color' failed
Failed to clone 'web/scss/color' a second time, aborting

Steps to Reproduce

  1. Clone
  2. Run it in ./dev.sh
  3. That error
cmuc24 commented 2 years ago
  1. delete the submodules from file https://github.com/lbryio/lbry.com/.gitmodules
  2. go download files from cdn https://www.jsdelivr.com/package/npm/@lbry/color
  3. put files in folder 'web/scss/color'
  4. start install & debug :)