Put whole gitlab installation to read-only mode -


i wish deny push changes repository user. technically, need switch whole gitlab read-only mode. there simple way this?

if don't want mess user privileges (as done in pr), 1 approach change gitlab-shell pre-receive hook.

if pre-receive hook "exit 1", should disable push repo.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -