You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the apparition of a cve and a correction pushed by git, we had an error when building the doc:
Error: fatal: unsafe repository ('/docs' is owned by someone else)
A git command (git log -n 1 --date=short) is issued by the git-revision-date plugin (see here) within the mkdocs container and we cannot apply the workaround git config --global --add safe.directory ... in the container.
We are removing the plugin temporarily (#853) to make the build work.
Expected Behavior
Using the plugin should work (the git log command performed by the plugin should not failed)
jeromevdl
changed the title
(internal) Build fails when using git-revision-date plugin in mkdocs
(internal) GitHub build fails when using git-revision-date plugin in mkdocs
Apr 29, 2022
@rubenfonseca, @heitorlessa Python seems to be using this plugin without any issues. Was this a problem for you? Did you have to do anything to fix it?
After the apparition of a cve and a correction pushed by git, we had an error when building the doc:
A git command (
git log -n 1 --date=short
) is issued by the git-revision-date plugin (see here) within the mkdocs container and we cannot apply the workaroundgit config --global --add safe.directory ...
in the container.We are removing the plugin temporarily (#853) to make the build work.
Expected Behavior
Using the plugin should work (the git log command performed by the plugin should not failed)
Current Behavior
The git command issued by the plugin fails.
Possible Solution
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: