我正在使用Gitolite來管理我的git存儲庫。我還使用第三方Web應用程序來顯示存儲庫。Git sharedRepository的權限問題
但是,每次我做git push --all [email protected]:myproject
第三方Web應用程序都無法訪問存儲庫文件。所以我需要每次運行chmod go+rx -R /path/to/the/repository/folder
來查看存儲庫。
我已經設置了git config core.sharedRepository all
但仍然不記得git push
之後的權限。
我該如何解決這個問題?