Cayleb-Ordo Posted August 17 Report Share Posted August 17 Hey guys, i updated a branch on my development fork. If i want to push the changes, ill have to enter my credentials even if i cloned it with my configured ssh key. Does anyone have the same problem ? And if i do that, than it will not accept it either. Had the problem bot on fedora 41 and opensuse tumbleweed. Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 17 Report Share Posted August 17 See the note at https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/.lfsconfig Quote Link to comment Share on other sites More sharing options...
Cayleb-Ordo Posted August 17 Author Report Share Posted August 17 Thx that fixed it. Always forget that git lfs :D. Quote Link to comment Share on other sites More sharing options...
Cayleb-Ordo Posted Sunday at 17:51 Author Report Share Posted Sunday at 17:51 (edited) Hello its me again. Having troubles again with the lfs... So fetching from the main repository works with the suggestion from the .lfsconfig. But i can no longer update my fork, its always trying to push directly to the main 0ad repository... Any ideas why? Same problem on windows and linux and on a clean checkout. Also did try the suggestion from this thread, but the effect was that it would never update again from the main 0ad repo. actual error: batch request: error:: 0% (0/1), 0 B | 0 B/s error: User: 1394:Cayleb-Ordo with Key: 34:Linux-PC is not authorized to write to 0ad/0ad. error:: exit status 1 local git config: core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.url=git@gitea.wildfiregames.com:Cayleb-Ordo/0ad.git remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.main.remote=origin branch.main.merge=refs/heads/main branch.main.vscode-merge-base=origin/main remote.0ad-base.url=git@gitea.wildfiregames.com:0ad/0ad.git remote.0ad-base.fetch=+refs/heads/*:refs/remotes/0ad-base/* user.name=Cayleb-Ordo branch.build-with-cmake.remote=origin branch.build-with-cmake.merge=refs/heads/build-with-cmake branch.build-with-cmake.vscode-merge-base=origin/build-with-cmake lfs.repositoryformatversion=0 lfs.url=git@gitea.wildfiregames.com:0ad/0ad.git branch.build-with-cmake-initial.remote=origin branch.build-with-cmake-initial.merge=refs/heads/build-with-cmake-initial branch.build-with-cmake-initial.vscode-merge-base=origin/build-with-cmake lfs.https://gitea.wildfiregames.com/0ad/0ad.git.locksverify=false lfs.https://gitea.wildfiregames.com/Cayleb-Ordo/0ad.git.locksverify=true branch.build-with-cmake-backup.vscode-merge-base=origin/build-with-cmake remote configuration: 0ad-base git@gitea.wildfiregames.com:0ad/0ad.git (fetch) 0ad-base git@gitea.wildfiregames.com:0ad/0ad.git (push) origin git@gitea.wildfiregames.com:Cayleb-Ordo/0ad.git (fetch) origin git@gitea.wildfiregames.com:Cayleb-Ordo/0ad.git (push) Edited Sunday at 17:53 by Cayleb-Ordo Quote Link to comment Share on other sites More sharing options...
Stan` Posted Monday at 15:51 Report Share Posted Monday at 15:51 Could be a recent update to Gitea cc @Itms Quote Link to comment Share on other sites More sharing options...
Stan` Posted 13 hours ago Report Share Posted 13 hours ago @Itms updated Gitea yesterday could you try again @Cayleb-Ordo Quote Link to comment Share on other sites More sharing options...
Atrik Posted 12 hours ago Report Share Posted 12 hours ago Ah! I missed that thread. I have a similar problem (still today). Can't update my fork. ssh -T git@gitea.wildfiregames.comSSH Says hi, but then it ask me for https authentication in a loop. No error, nothing, just keep asking credentials. I've tried a lot of different things as I though I was doing something wrong but no success here yet. Quote Link to comment Share on other sites More sharing options...
Atrik Posted 12 hours ago Report Share Posted 12 hours ago My bad, the @manowar config tip for lfs works for me, I also had to run git remote remove origin 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted 10 hours ago Report Share Posted 10 hours ago On 09/11/2025 at 6:51 PM, Cayleb-Ordo said: Hello its me again. Having troubles again with the lfs... So fetching from the main repository works with the suggestion from the .lfsconfig. But i can no longer update my fork, its always trying to push directly to the main 0ad repository... Any ideas why? Same problem on windows and linux and on a clean checkout. Also did try the suggestion from this thread, but the effect was that it would never update again from the main 0ad repo. actual error: batch request: error:: 0% (0/1), 0 B | 0 B/s error: User: 1394:Cayleb-Ordo with Key: 34:Linux-PC is not authorized to write to 0ad/0ad. error:: exit status 1 local git config: core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.url=git@gitea.wildfiregames.com:Cayleb-Ordo/0ad.git remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.main.remote=origin branch.main.merge=refs/heads/main branch.main.vscode-merge-base=origin/main remote.0ad-base.url=git@gitea.wildfiregames.com:0ad/0ad.git remote.0ad-base.fetch=+refs/heads/*:refs/remotes/0ad-base/* user.name=Cayleb-Ordo branch.build-with-cmake.remote=origin branch.build-with-cmake.merge=refs/heads/build-with-cmake branch.build-with-cmake.vscode-merge-base=origin/build-with-cmake lfs.repositoryformatversion=0 lfs.url=git@gitea.wildfiregames.com:0ad/0ad.git branch.build-with-cmake-initial.remote=origin branch.build-with-cmake-initial.merge=refs/heads/build-with-cmake-initial branch.build-with-cmake-initial.vscode-merge-base=origin/build-with-cmake lfs.https://gitea.wildfiregames.com/0ad/0ad.git.locksverify=false lfs.https://gitea.wildfiregames.com/Cayleb-Ordo/0ad.git.locksverify=true branch.build-with-cmake-backup.vscode-merge-base=origin/build-with-cmake remote configuration: 0ad-base git@gitea.wildfiregames.com:0ad/0ad.git (fetch) 0ad-base git@gitea.wildfiregames.com:0ad/0ad.git (push) origin git@gitea.wildfiregames.com:Cayleb-Ordo/0ad.git (fetch) origin git@gitea.wildfiregames.com:Cayleb-Ordo/0ad.git (push) Just to check you could make the lfs point to your fork instead. Quote Link to comment Share on other sites More sharing options...
Cayleb-Ordo Posted 1 hour ago Author Report Share Posted 1 hour ago @Stan` Thx for the quick response. Tried it today again, now it works if i set the url to my fork. fetching and pulling from the 0ad-main repository is working. Quote Link to comment Share on other sites More sharing options...
Stan` Posted 53 minutes ago Report Share Posted 53 minutes ago 33 minutes ago, Cayleb-Ordo said: @Stan` Thx for the quick response. Tried it today again, now it works if i set the url to my fork. fetching and pulling from the 0ad-main repository is working. I've added you to https://gitea.wildfiregames.com/org/0ad/teams/contributors can you try again with the main repo as lfs ? Quote Link to comment Share on other sites More sharing options...
Cayleb-Ordo Posted 25 minutes ago Author Report Share Posted 25 minutes ago (edited) Quote I've added you to https://gitea.wildfiregames.com/org/0ad/teams/contributors Oh nice i already tested it before u added me , the git lfs pull 0ad-base main worked without errors. (unix fashion no complaint is all right) Edited 24 minutes ago by Cayleb-Ordo Quote Link to comment Share on other sites More sharing options...
Stan` Posted 11 minutes ago Report Share Posted 11 minutes ago 15 minutes ago, Cayleb-Ordo said: Oh nice i already tested it before u added me , the git lfs pull 0ad-base main worked without errors. (unix fashion no complaint is all right) Was it still pointing to 0ad/0ad ? Quote Link to comment Share on other sites More sharing options...
Cayleb-Ordo Posted 8 minutes ago Author Report Share Posted 8 minutes ago No, pointing to my fork. Pushing did not work while configured to the main repository. I did try first without changing the config, to test if the gitea update changed something and after that i changed the setting and did the same commands again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.