You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -v "$(pwd)":/metanorma metanorma/metanorma metanorma new -d standard -t ogc -l https://github.com/metanorma/metanorma-templates-ogc folder_for_standard
The template is generated but the top of the console output reads Invalid template reoository!.
See attached.
The text was updated successfully, but these errors were encountered:
That code (which I did not write, four years ago) is failing to print what the error actually is, and that is going to change now.
When you do print what the error is, you find that it is:
output: "Cloning into '/Users/nickn/.metanorma/templates/git/ogc'...\nremote: Repository not found.
fatal: repository 'https://github.com/metanorma/metanorma-templates-ogc/' not found"!
When running the following command...
docker run --rm -v "$(pwd)":/metanorma metanorma/metanorma metanorma new -d standard -t ogc -l https://github.com/metanorma/metanorma-templates-ogc folder_for_standard
The template is generated but the top of the console output reads
Invalid template reoository!
.See attached.
The text was updated successfully, but these errors were encountered: