Issue with scheduled sync Git #6112
-
|
Hello, My git repository is well configured with Gitlab but the scheduled synchronization doesn't work. I tried with a synchronization every minute and every 5 minutes (default option). As soon as I make a content modification, I see the commit made in the logs. : I can see the diff between
On the other hand, I always have this error which appears indicating to me that the name of my branch is not correct for an obscure reason: Perhaps this message is blocking the scheduled tasks? The branch exists of course, and except the automatic synchronization, everything is functional. Thanks for your help ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I just found a workaround for those who have the same problem: I disabled branch color in the .gitconfig of the user running Wiki.js. Wiki.JS misinterprets the branch name if [color]
branch = falseAfter that, no more |
Beta Was this translation helpful? Give feedback.

I just found a workaround for those who have the same problem: I disabled branch color in the .gitconfig of the user running Wiki.js.
Wiki.JS misinterprets the branch name if
git branchcolorization is on.After that, no more
Invalid branch!error.