Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix submodule URL #2

Merged
merged 2 commits into from
Mar 26, 2021
Merged

Fix submodule URL #2

merged 2 commits into from
Mar 26, 2021

Conversation

am11
Copy link
Contributor

@am11 am11 commented Mar 26, 2021

Notice the breakage with fresh clone:

$ git clone https://github.com/Nixinova/tmLanguage fresh
$ cd fresh
$ git submodule update --init
Submodule 'grammars/NovaSheets' (https://github.com/novasheets/vscode/tree/main/syntaxes) registered for path 'grammars/NovaSheets'
Cloning into '/home/am11/fresh/grammars/NovaSheets'...
fatal: repository 'https://github.com/novasheets/vscode/tree/main/syntaxes/' not found
fatal: clone of 'https://github.com/novasheets/vscode/tree/main/syntaxes' into submodule path '/home/am11/fresh/grammars/NovaSheets' failed
Failed to clone 'grammars/NovaSheets'. Retry scheduled
Cloning into '/home/am11/fresh/grammars/NovaSheets'...
fatal: repository 'https://github.com/novasheets/vscode/tree/main/syntaxes/' not found
fatal: clone of 'https://github.com/novasheets/vscode/tree/main/syntaxes' into submodule path '/home/am11/fresh/grammars/NovaSheets' failed
Failed to clone 'grammars/NovaSheets' a second time, aborting

@Nixinova Nixinova merged commit afaaf57 into Nixinova:main Mar 26, 2021
@Nixinova Nixinova added the fix This fixes an issue label Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix This fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants