Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
2 answers
103 views

Is it possible to configure git to preserve every commit, tree, blob, and tag pushed to a server while still allowing optimization of storage through commands like git repack? Though there are many ...
Eric's user avatar
  • 5,401
0 votes
0 answers
113 views

my simple try to clone a repository fails with the error: fatal: could not open '/home/myusername/reponame/.git/objects/pack/tmp_pack_uSnA9n' for reading: Permission denied fatal: fetch-pack: invalid ...
Dorian's user avatar
  • 13
0 votes
0 answers
129 views

I'm doing a workflow in git actions (Gitea) that build and upload the app to App Store in TestFlight. The match and build work as expected the issue is in uploading the process start but then stuck ...
Nicola Rigoni's user avatar
0 votes
0 answers
57 views

We have a Jenkins declarative pipeline using Multibranch on a Gitea server (using the gate plugin). Each time an agent is acquired, something is causing the workspace to be checked out onto that agent ...
Greg's user avatar
  • 473
0 votes
1 answer
174 views

We have an on-premise Gitea installation with an action runner, and numerous working CI/CD workflows. The setup works with .Net Framework 4.8 and Dotnet 6.0 applications. We recently built a Dotnet 8....
Stuyvenstein's user avatar
  • 2,467
0 votes
0 answers
240 views

I have a running gitea server and now I want to test actions, so I started a gitea runner in a docker container on my local machine. The runner is visible on my gitea server and it also picks up the ...
matthiaskurte's user avatar
1 vote
0 answers
207 views

I am running Gitea instance on my Raspberry pi 5 which has ARM processor, i've looked into similar questions where it says to set --channel=3, use quotes to install packages. On Github Actions it ...
liphone's user avatar
  • 23
-1 votes
1 answer
210 views

As per the documentation of gitea i have configured an oauth server with client id , password and redirect url . But whenever i try to login into gitea with OpenID connect by providing the auto ...
madhusudhan samantray's user avatar
2 votes
1 answer
1k views

I've created a gitea action to build and push a docker image to the docker registry hosted in gitea. When pushing the image, the task returns the follwing error: ERROR: failed to solve: failed to ...
Robert Hofmann's user avatar
0 votes
0 answers
105 views

I installed Gitea using Docker, mapped the ports, and set up a reverse proxy. Everything works perfectly, except that I need to include the port in the domain name for it to work. Without the port, I ...
Kevin Colbert's user avatar
0 votes
0 answers
106 views

I have setup gitea server within LAN (on premise gitea server on desktop). I want to have a back up gitea repository including users/roles etc so that in case of a failure, I can retrieve latest gitea ...
DevBee's user avatar
  • 97
1 vote
1 answer
173 views

I want search issue by assignee or label in global page of issues. . I know the advance search is for a single repository, but I want it for the global issues of my gitea. . I want to have filters ...
MoriQ's user avatar
  • 11
1 vote
1 answer
195 views

Here is the config in the client: ~/.ssh/config Host myserver HostName 172.2.1.1 User git Port 22 IdentityFile ~/.ssh/id_ed25519_repo1 The keys are added and veried successfully through the ...
SteveH's user avatar
  • 283
0 votes
0 answers
137 views

I made a gitea server on Ubuntu and behind nginx. When I tried to clone each repository on this server or push it to it, I got the error below. fatal: unable to access 'https://gitea.sarir.tech/...
Mohammad Reza Rastegari's user avatar
0 votes
1 answer
700 views

when i run the command actions/checkout@v4 i get an error I a gitea docker container running on ubuntu. this is the docker compose file: services: gitea: image: gitea/gitea:latest ...
Kobi O's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
13