audreyfeldroy/cookiecutter-pypackage

ERROR: Stopping generation because pre_gen_project hook script didn't exit successfully

MdFahimulIslam opened this issue · 0 comments

  • Date you used Cookiecutter PyPackage: 2022-06-03
  • Cookiecutter version used, if any: 1.7.3
  • Python version, if any: 3.9.12
  • Operating System: Win64

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 git@github.com: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)