I have github repo. There is repo on bitbucket that I need to set as a submodule. Specfically this: https://bitbucket.org/eigen/eigen
I tried the following:
git submodule add https://bitbucket.org/eigen/eigen
but I get:
Cloning into 'lib/eigen'...
remote: Not Found
fatal: repository 'https://bitbucket.org/eigen/eigen/' not found
fatal: clone of 'https://bitbucket.org/eigen/eigen' into submodule path 'lib/eigen' failed
what am I doing wrong?