-
Who's Online 5 Members, 2 Anonymous, 1.399 Guests (See full list)
-
Topics
-
Posts
-
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.
-
By Raffi Enficiaud · Posted
Indeed, `git lfs` makes life hard. The following command simply works > GIT_LFS_SKIP_PUSH=1 git push --set-upstream origin bug/fix-mousewheel-events-macOS-6501 Enumerating objects: 198, done. Counting objects: 100% (198/198), done. Delta compression using up to 12 threads Compressing objects: 100% (45/45), done. Writing objects: 100% (112/112), 13.96 KiB | 6.98 MiB/s, done. Total 112 (delta 87), reused 91 (delta 67), pack-reused 0 remote: Resolving deltas: 100% (87/87), completed with 68 local objects. remote: remote: Create a new pull request for 'bug/fix-mousewheel-events-macOS-6501': remote: https://gitea.wildfiregames.com/raffienficiaud/0ad/pulls/new/bug/fix-mousewheel-events-macOS-6501 remote: remote: . Processing 1 references remote: Processed 1 references in total To gitea.wildfiregames.com:raffienficiaud/0ad.git * [new branch] bug/fix-mousewheel-events-macOS-6501 -> bug/fix-mousewheel-events-macOS-6501 branch 'bug/fix-mousewheel-events-macOS-6501' set up to track 'origin/bug/fix-mousewheel-events-macOS-6501'. -
By Raffi Enficiaud · Posted
> 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`. -
What are the configured remotes (git remote -v) and what command do you try to push?
-
