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
Here is the error message.
Error in commits(repo = repo, ref = ref, topological = TRUE, time = TRUE, : 参数没有用(ref = ref)
> gitdown::git_down( + repo = ".", + book_path = "gitdown", + open = TRUE, + author = "Jiaxiang Li", + pattern = c("ticket[[:digit:]]+", "#[[:digit:]]+"), + names_section = c("Ticket", "Issues") + ) Error in commits(repo = repo, ref = ref, topological = TRUE, time = TRUE, : 参数没有用(ref = ref) > library(gitdown) > get_commits_pattern(repo, pattern = "#[[:digit:]]+", ref = "master") %>% + select(pattern, everything()) Error in commits(repo = repo, ref = ref, topological = TRUE, time = TRUE, : 参数没有用(ref = ref) > ?get_commits_tags > get_commits_tags() Error in commits(repo = repo, ref = ref, topological = TRUE, time = TRUE, : 参数没有用(ref = ref) > get_commits_tags(ref = NULL) Error in commits(repo = repo, ref = ref, topological = TRUE, time = TRUE, : 参数没有用(ref = ref)
I try several functions from gitdown and get the same error message.
gitdown
Here is the repo I test https://github.com/JiaxiangBU/tutoring2
The text was updated successfully, but these errors were encountered:
Hi, The minimum version of {git2r} is 0.26.0. I forgot to specify it in the Description file. Can you try to update {git2r} ?
0.26.0
Sorry, something went wrong.
Hi @statnmap thanks for your help, it works when I update git2r.
git2r
No branches or pull requests
Here is the error message.
I try several functions from
gitdown
and get the same error message.Here is the repo I test https://github.com/JiaxiangBU/tutoring2
The text was updated successfully, but these errors were encountered: