[x]
If your postgres password contains a space, gitea will not install.
@lunny / @bkcsoft I've just sent a PR for this at #4275 Please review.
https://github.com/go-gitea/gitea/blob/85414d8b754639cae1a9c361bbdc0714f06b87c1/models/models.go#L216-L223
QueryEscape should be PathEscape :slightly_smiling_face:
QueryEscape
PathEscape
@bkcsoft could you send a PR to fix that?
Most helpful comment
@lunny / @bkcsoft I've just sent a PR for this at #4275 Please review.