-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I install via Snap (v0.2) the program throws permission issues trying to bump a repository
Example:
$ git tag
v1.0.0
$ bump minor
ERRO[0000] git new error="can't open git: open .../.git/packed-refs: permission denied"
$ ls -la .git/packed-refs
-rw-rw-r-- 1 user user 1725 Jul 7 16:16 .git/packed-refs
$ chmod 777 .git/packed-refs
$ .git/packed-refs
-rwxrwxrwx 1 user user 1725 Jul 7 16:16 .git/packed-refs
$ bump minor
ERRO[0000] git new error="can't open git: open .../.git/packed-refs: permission denied"
Using chmod -R on the entire git directory with 777 perms did not resolve the issue, and the user was correct across all files.
Metadata
Metadata
Assignees
Labels
No labels