Skip to content

Snap Install Permission Issues #7

@TheQueenIsDead

Description

@TheQueenIsDead

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions