gitea Questions

4

Solved

I am trying to setup gitea to use https with a certificate I got from letsencrypt running the service as a normal user. I already got it working with http on port 80 with a normal user git and red...
Cabbala asked 1/10, 2019 at 10:43

1

I'm using the gitea versioning system in a docker environment. The gitea used is a rootless type image. The http port mapping is “8084:3000” and the ssh port mapping is “2224:2222”. I generated the...
V asked 7/4, 2022 at 21:32

3

I have some bare git repository on my filesystem where users do pull/push. I install gitea and can't find how to add it to gitea. Other git-management systems have something like "add reposito...
Rau asked 14/2, 2022 at 14:18

1

Good day all. I am trying to mirror Git repositories, in full, for various OpenSource Projects that I am forking for my clients, in order to customizations. These are the steps I am following: $ gi...
Chittagong asked 19/6, 2023 at 9:45

5

I have had a project working with the standard https cloning syntax for a while, and just this afternoon it was working fine. Now, I get error code 128 every time I try to clone: Obtaining myproje...
Dressmaker asked 17/10, 2019 at 3:11

2

Solved

I've installed Gitea, and every time I create a new repository it defaults the master branch name to "main". This is a problem for two reasons. It is different to the default name which ...
Reservation asked 25/9, 2022 at 21:17

6

Solved

I created an admin user with a password, that contains a special character. Installation of Gitea was successful, but I can't login. I can't get new password, because it says: Sorry, Register Ma...
Dresden asked 1/3, 2018 at 19:46

1

Solved

I have a problem with my gitea version 1.15.5 running on my raspberry pi. I appears that the built in ssh server is not starting: ssh -p 2222 [email protected] ssh: connect to host myaddress.c...
Accusatorial asked 23/10, 2021 at 12:45

6

Solved

I am testing out Gitea and would like to it to trigger a Jenkins build, pretty basic use case. I understand that there is the existing GOGs webhook pluging that can be used, but recently also found...
Berley asked 18/1, 2018 at 7:58

1

I'm dynamically creating jenkins jobs using a config.xml file as a template. Basically what I want to achieve is that, when someone pushes to the repository, this will trigger the job in jenkins. T...
Tallyman asked 21/11, 2020 at 2:20

1

Currently practicing with Kubernetes (managed, on DO), I ran into a issue I couldn't resolve for two days. I have nginx-ingress setup along with cert-manager, and a domain where git.domain.com poin...
Divulgence asked 11/10, 2019 at 10:49

2

Solved

I'm using the go project go-git as a git-client and want to fetch from a private git-repository hosted via gitea. The appropiate function to do that is func (r *Remote) Fetch(o *FetchOptions) erro...
Embow asked 17/11, 2017 at 21:14
1

© 2022 - 2025 — McMap. All rights reserved.