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
A trailing slash in a subdirectory specification causes an error in parse_github_repo
> remotes::parse_github_repo_spec("foo/bar/baz/") Error in remotes::parse_github_repo_spec("foo/bar/baz/") : Invalid git repo: foo/bar/baz/ > remotes::parse_github_repo_spec("foo/bar/baz") $username [1] "foo" $repo [1] "bar" $subdir [1] "baz"
I think that the these should both point at the same place
The text was updated successfully, but these errors were encountered:
2808755
Thanks 🎉
Sorry, something went wrong.
No branches or pull requests
A trailing slash in a subdirectory specification causes an error in parse_github_repo
I think that the these should both point at the same place
The text was updated successfully, but these errors were encountered: