Closed HotMykeul closed 6 years ago
Check if your partition where git repositories are stored does not have noexec flag. You can check it by running cat /proc/mounts
on docker server.
Thank you it work now.
Le ven. 8 juin 2018 à 08:37, Lauris BH notifications@github.com a écrit :
Check if your partition where git repositories are stored does not have noexec flag. You can check it by running cat /proc/mounts on docker server.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/go-gitea/gitea/issues/4159#issuecomment-395662929, or mute the thread https://github.com/notifications/unsubscribe-auth/ABA5j2S2BdgUgV5xUtzBnZ0sqpCA4gHdks5t6huUgaJpZM4UdF4K .
[x]
):Description
After a push of a repository test created from the webui, cloned to a client, modified and pushed commit, when I want to see changes in the webui, nothing is refreshed:
(I push over https protocol through a nginx - letsencrypt reverse proxy) It seems I have no error in xorm.log (only select in db) and only one error in gitea.log related to bad password (typing error) I can clone again the repository, all tree is here so gitea handle correctly the push. The problem is just the webui