go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.08k stars 5.49k forks source link

Gitea webui do not refresh after first push, and never refresh status of repo #4159

Closed HotMykeul closed 6 years ago

HotMykeul commented 6 years ago

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: image

(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

lafriks commented 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.

HotMykeul commented 6 years ago

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 .