Git Repository 限制使用者存取
起源 四月後新開的 Linux 20.04 的機器,假如有不同使用者使用到同一個地方的 Git Repository,那就會出現這個錯誤訊息: fatal: unsafe repository ('/path/to/repo' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /path/to/repo 意思是需...
May 6, 20222 min read75