audreyfeldroy / audreyfeldroy/docker-cookiecutter

Add "git" in the container to accept "gh" syntax

Open
#3 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
9
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Currently:

``` console
Traceback (most recent call last):
File "/usr/bin/cookiecutter", line 11, in
sys.exit(main())
File "/usr/lib/python2.7/site-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
File "/usr/lib/python2.7/site-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python2.7/site-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/cookiecutter/cli.py", line 106, in main
config_file=user_config
File "/usr/lib/python2.7/site-packages/cookiecutter/main.py", line 107, in cookiecutter
no_input=no_input
File "/usr/lib/python2.7/site-packages/cookiecutter/vcs.py", line 104, in clone
raise VCSNotInstalled(msg)
cookiecutter.exceptions.VCSNotInstalled: 'git' is not installed.
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting the container build configuration and reproduce the shown cookiecutter command with a GitHub-style repository reference. Confirm how the image exposes version-control tools, then verify that the command no longer raises VCSNotInstalled and accepts the requested syntax.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, git, python
Domain
cli, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.