gitfs icon indicating copy to clipboard operation
gitfs copied to clipboard

args: allow_root default False

Open milahu opened this issue 3 years ago • 0 comments

make compatible with default config in /etc/fuse.conf

allow_root=True requires user_allow_other, which is default off

error was

fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf

edit: dammit, still getting the error, even with -o allow_other=false,allow_root=false edit 2: fixed by removing the args.allow_root = True code

milahu avatar Oct 12 '21 18:10 milahu