alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.7k stars 163 forks source link

Cannot clone recursively: submodule vscode-bookmarks-core can’t be cloned #315

Closed jankeromnes closed 4 years ago

jankeromnes commented 4 years ago

Hello! Trying to recursively clone this repository currently fails with:

git clone --recurse-submodules https://github.com/alefragnani/vscode-bookmarks
[...]
Cloning into '/tmp/repository/vscode-bookmarks-core'...
fatal: could not read Username for 'https://github.com': No such device or address
fatal: clone of 'https://github.com/alefragnani/vscode-bookmarks-core.git' into submodule path '/tmp/repository/vscode-bookmarks-core' failed
Failed to clone 'vscode-bookmarks-core'.

Also, visiting https://github.com/alefragnani/vscode-bookmarks-core gives me a 404 page.

jankeromnes commented 4 years ago

Same issue while trying to recursively clone https://github.com/alefragnani/vscode-project-manager

alefragnani commented 4 years ago

Hi @jankeromnes ,

Both extensions are being refactored, and right now, can’t be fully cloned, sorry.

Hope this helps