Skip to content
New issue

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

Whilst repos are usually configured with a postfix of ".git", this actually is not required. #43

Closed
ghuntley opened this issue Jun 23, 2011 · 1 comment

Comments

@ghuntley
Copy link
Contributor

$ git config --set remote.origin.url

git://github.com/ghuntley/github-cli

$ ghi

error: invalid user and repo name

$ git config --unset remote.origin.url
$ git config --add remote.origin.url

git://github.com/ghuntley/github-cli.git

$ ghi

# open issues on ghuntley/github-cli
no open issues available
ghuntley added a commit to ghuntley/github-cli that referenced this issue Jun 23, 2011
this is by convention only. Github happily handles requests
without the postfix.

Fixes jsmits#43 on jsmits/github-cli
@ghuntley
Copy link
Contributor Author

Resolved with #43

@jsmits jsmits closed this as completed in 94409ed Jun 23, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants