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 b86fa36637
commit 02bccf285b

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
```