Feature Description There is a problem occurs while setting up the gitea repo locally after forking it Screenshots No response
1Branch Tags Code Latest commit Cannot retrieve latest commit at this time. History 17 Commits Repository files navigation README MIT license gitea Git server with named volumes, based on information provided ingitea docker install doc. For ssh to work with gitea, you'll need a git user perthi...
Gitea is a painless self-hosted Git service written in GO, and very lightweight. It is somewhat similar to GitHub, Bitbucket and Gitlab. As well as support for Git revision control, it also provides issue tracking and wiki pages development. If you are looking for an alternative to Gitea,...
It took us quite a bit of troubleshooting to narrow it down to the fact that it happens when the users password is longer than 64 characters. If this is a limitation that's unable to be overcome, it would be nice to have a warning on the registration page that states that passwords ca...
While troubleshooting I did a git ls-files | grep L2Page.md fatal: detected dubious ownership in repository at '/data/git/repositories/organisation/repository.wiki.git' and set git config --global --add safe.directory /data/git/repositories/organisation/repository.wiki.git ...
For troubleshooting, the things that I would have a look are The owners and file permissions of the repository files and directories. The user/group of the Gitea process in the container. The log in gitea.log at the moment when creating the repository. Author holmesb commented Aug 31, 2019...
Gitea + MySQL setup via Docker Compose. Contribute to bossjones/docker-compose-gitea-server development by creating an account on GitHub.
Add LFS timeout issue to troubleshooting doc (go-gitea#5129) Oct 21, 2018 integrations CN translation of README (go-gitea#5050) Oct 15, 2018 models Increase the retry limit to 20 times and the interval to 200ms (go-gi… Oct 21, 2018 ...
Having trouble? Get help withTroubleshootingorUser Forum. Want to help with localization? Check out theguide! Features Activity timeline SSH and HTTP/HTTPS protocols SMTP/LDAP/Reverse proxy authentication Reverse proxy with sub-path Account/Organization/Repository management ...
I use gitea on windows with "START_SSH_SERVER" set to true. But when I pull my repository. I got the following error: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. The Troubleshooting section in gitea document ...