-
Who's Online 1 Member, 2 Anonymous, 870 Guests (See full list)
-
Topics
-
Posts
-
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?
-
UPDATE: 0.5.0 New Resource Manager and other changes A more detailed description has been added in Post 1. Construction of corrals and garrison units within them. R28-Bot(without bonuses) vs Petra VeryHard(Red) with a +57% bonus to resource gathering speed
-
By Raffi Enficiaud · Posted
Dear all, I am following the instructions from here: https://gitea.wildfiregames.com/0ad/0ad/wiki/SubmittingPatches#contribution-flow For some reason I cannot understand, I cannot push to my fork from my local machine, using either SSH or HTTPS. When I do simple edits from the gitea web front-end, it works. There is no error message on the console when pushing, except for SSH that indicates: ssh: connect to host gitea.wildfiregames.com port 22: Network is unreachable fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. What am I missing? Thank you (finally fixed this macOS wheel bug fixed, so happy to contribute). Thank you, Raffi
-
