When following the instructions to setup my own data package, running the command spaid_gh_create_repo_from_local user repo desc fails because there are not commits made yet:
I tried adding everything that the template create and committed it, but a step in the precommit hook fails:
I couldn't get past this so I tried adding just the readme instead of all the template files and that worked:
Maybe the intended target audience would know what to do in this case, but I was expecting that all files from the template would be added to the git repo online and I'm not sure why it is not passing the "end of line" commit hook.