Upgrade required git version to 2.0 (#19577)

* Upgrade required git version to 2.0

* update document
This commit is contained in:
wxiaoguang 2022-05-02 20:30:24 +08:00 committed by GitHub
parent 0ba3ada866
commit 509d811243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 7 deletions

View file

@ -50,7 +50,8 @@ Of note, configuring `GITEA_WORK_DIR` will tell Gitea where to base its working
### Prepare environment
Check that Git is installed on the server. If it is not, install it first.
Check that Git is installed on the server. If it is not, install it first. Gitea requires Git version >= 2.0.
```sh
git --version
```