Describe the bug
When I open git bash and type gh repo create it does not work. It just asks public or private repo and stops.
Steps to reproduce the behavior
- Open
git bash
- Type
gh repo create <repo-name>
- It asks whether it is a public or private repo, and stops!
Expected vs actual behavior
Expected :
It should go on with asking the questions on making a new repo.
Actual behaviour :
It asks
And stops.