Page 1 of 1

Your branch has diverged...

Posted: Sun Oct 30, 2022 6:33 pm
by MattB

It may not be a real issue but when I check for updates from within the FS GUI I get the following message.

"Your branch has diverged from the remote repo. Not updating."

The version I have is running just fine, so it's not as though this is critical. I'm just curious if I'm missing lot's of updates with ultra cool capabilities. In fact, now that I think of it I'm not sure how to tell what version I'm running of FS proper.

Anyway, just curious why I'd get an error that seems to mean I'm out of sync with github.


Re: Your branch has diverged...

Posted: Mon Oct 31, 2022 10:25 am
by torzdf

This happens sometimes. If you have changed any of the core system files, then github will not allow the update.

If you open up a command prompt and navigate to the faceswap folder you should be able to reset the repo by running:

Code: Select all

git reset --hard origin/master

Updates should then work again.