I need the CAV to be able to switch to different animals. For example, if you set them to hunt deer and there are sheep nearby, they won't switch to the sheep afterward. That's really annoying, especially when you're trying to build up your economy with Corrals.
> What are the configured remotes (git remote -v) and what command do you try to push?
Nothing non-standard:
raffi@MacBookPro system % git remote -v
origin https://gitea.wildfiregames.com/raffienficiaud/0ad.git (fetch)
origin https://gitea.wildfiregames.com/raffienficiaud/0ad.git (push)
upstream https://gitea.wildfiregames.com/0ad/0ad.git (fetch)
upstream https://gitea.wildfiregames.com/0ad/0ad.git (push)
And for the push
git push --set-upstream origin bug/fix-mousewheel-events-macOS-6501
The last command now asks me several times my credentials and does not seem to accept them.
Moving to SSH, I am being asked http credentials as well. I believe this is because of `git lfs`.