alphanodes / additionals

Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
https://www.redmine.org/plugins/additionals
GNU General Public License v2.0
131 stars 43 forks source link

Updating with git problem #131

Closed hermannkm closed 2 years ago

hermannkm commented 2 years ago

Sorry, probably a newbie question: Upgrading (as I did some time ago) with git pull throws

Your configuration specifies to merge with the ref 'refs/heads/master'
from the remote, but no such ref was fetched.

Any hint?

alexandermeindl commented 2 years ago

Hi @hermannkm,

we renamed "master" branch to "main". Try to make git branch -m main && git pull

hermannkm commented 2 years ago

Thank you for your information. I had to use the following procedure

git branch -u origin/main
git stash
git pull

AND I had to do this for _additionaltags too for my website to restart successfully. stashing was necessary in both cases.