Closed
Description
- Gitea version (or commit ref): 5abd1d2
- Git version: git-2.13.5-r0 (on server, git version 2.15.0.windows.1 on client)
- Operating system: Alpine (Docker image)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
https://ncry.pt/p/VfKn#hZGWhGd1lY4mCeABs78BHL-Kn570v07pvFC9Fy2htjM
Description
Using latest gitea/gitea docker image. When I create new repository, but do not initialize it on server it shows howto push it from client. So I create repository, add all files, commit it to git, push it to remote according to howto but nothing shows on web (but code is there) - I tried to clone files locally to different folder. On Discord with lafriks we find out that I have to change is_bare to f in postgres then it's working, but he was not able to reproduce it (and for him it changes to is_bare to f when he push something)