-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cannot clone non-github repository #74
Comments
good to hear, thank you! |
Hi @martinus, we have just published v0.3.2, a new version of ghr, including support of additional patterns for cloning. Since ghr is oriented to manage repositories in host -> owner -> repo structure, ghr needs to identify which part in URL specifies host, owner, or repo. Thus we need to configure a pattern in regex in This is the example configuration to clone torvalds/linux: [[patterns]]
regex = "^(?P<scheme>https)://(?P<host>git\\.kernel\\.org)/pub/scm/linux/kernel/git/(?P<owner>.+)/(?P<repo>.+)\\.git" If there are any question(s), feel free to write here or open a new issue. |
Is ghr supposed to support non-github repositories? I tried to do
But I get the error
The text was updated successfully, but these errors were encountered: