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
I'm using ghq get command, but there are some errors as below.
ghq get
error Could not find version control system: https://hogehoge.com/hogehoge
How do I do to fix this error?
The text was updated successfully, but these errors were encountered:
Did you set git config parameter ghq.<url>.vcs ?
ghq.<url>.vcs
% git config --global ghq.https://hogehoge.com/hogehoge.vcs github
See also
Sorry, something went wrong.
Cannot answer without concrete information:
By the way, I'm working on a feature which provides --vcs option on get: #72. I'd be help.
--vcs
get
No branches or pull requests
I'm using
ghq get
command, but there are some errors as below.How do I do to fix this error?
The text was updated successfully, but these errors were encountered: