194 questions
-1
votes
2
answers
103
views
Prevent git from pruning any commits
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 ...
0
votes
0
answers
113
views
Git clone: Permission denied. Can't create temporary folder
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 ...
0
votes
0
answers
129
views
fastlane pilot stuck on upload to App Store
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 ...
0
votes
0
answers
57
views
Modifying the checkout behaviour of a Jenkins declarative Multibranch pipeline
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 ...
0
votes
1
answer
174
views
Gitea action runner won't target Dotnet 8
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....
0
votes
0
answers
240
views
Gitea Docker runner failed to authenticate
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 ...
1
vote
0
answers
207
views
Warning: Dependant package with key emulator not found! when trying to install SDK tools and build-tools on ARM processor
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 ...
-1
votes
1
answer
210
views
How to use gitea with OPenID connect of cf-UAA?
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 ...
2
votes
1
answer
1k
views
gitea action build and push docker image results in failed to push with 404 error
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 ...
0
votes
0
answers
105
views
Run Gitea without port number
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 ...
0
votes
0
answers
106
views
Gitea server setup and repository content backup comparison - “gitea dump” v/s “robocopy of gitea/data folder”
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 ...
1
vote
1
answer
173
views
Advance search gitea for global issues
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 ...
1
vote
1
answer
195
views
Accessing a git repo via SSH "does not appear to be a git repository"
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 ...
0
votes
0
answers
137
views
Access error when push to or cloning a repository in gitea server
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/...
0
votes
1
answer
700
views
local gitea runner service can not find gitea server
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
...