On 11/6/22 8:56 AM, Albert Lv wrote: > Thank you for filling out a Git bug report! > Please answer the following questions to help us understand your issue. > > What did you do before the bug happened? (Steps to reproduce your issue) > 1. First I run 'scalar register' to register current git repo'. > 2. Because previous command report 'Permission denied', so I run 'sudo scalar register'. > > What did you expect to happen? (Expected behavior) > Scalar successfully registered > > What happened instead? (Actual behavior) > Command report: > fatal: failed to bootstrap service /Users/albert/Library/LaunchAgents/org.git-scm.git.hourly.plist > error: could not turn on maintenance Thanks for the report, Albert! I suspect that you get the same problem with "git maintenance start" which is the underlying command that "scalar register" is running at this point of failure. The "~/Library/LaunchAgents/" should be owned by your user, allowing this to work without needing to "sudo". However, if your permissions on that directory have changed, then the "sudo" will be necessary. Could you double-check your permissions by running "ls -al ~/Library"? Thanks, -Stolee