Comments on How to Install Gitea Git service on Debian 11
Gitea is a free, open-source, self-hosted, and well-known Git server written in the Go programming language. In this tutorial, I will show you how to install Gitea on Debian 11.
1 Comment(s)
Comments
Hi, thank you for this tutorial. I've started a fresh install of Debian 11.6 and at the end trying to save the gitea configuration I've encountered the following errors
Could not test 'git' command: exec: "git": executable file not found in $PATH
this is solved with: 'apt install git -y'
and also Gitea complains that it cannont write to configuration file /etc/gitea/app.ini
this is solved with: 'chmod 666 /etc/gitea/app.ini'
Also nano was not installed, I use another editor, but can be installed with 'apt install nano -y'