We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to use cookie cutter using the steps described in: https://cookiecutter.readthedocs.io/en/2.1.1/usage.html
Following command failed, saying I don't have authentication: $ git clone [email protected]:audreyr/cookiecutter-pypackage.git
So, I tried this, which succeeded:
> git clone https://github.com/audreyfeldroy/cookiecutter-pypackage.git
After that, when I ran:
> cookiecutter cookiecutter-pypackage/
Faced error: ERROR: Stopping generation because pre_gen_project hook script didn't exit successfully Hook script failed (exit status: 1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Trying to use cookie cutter using the steps described in: https://cookiecutter.readthedocs.io/en/2.1.1/usage.html
What I Did
Following command failed, saying I don't have authentication:
$ git clone [email protected]:audreyr/cookiecutter-pypackage.git
So, I tried this, which succeeded:
After that, when I ran:
Faced error:
ERROR: Stopping generation because pre_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)
The text was updated successfully, but these errors were encountered: