Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 107 forks source link

Discard files error (Flatpak) #641

Closed ajoaespinola closed 8 months ago

ajoaespinola commented 9 months ago

Hello everyone:

When I try to discard some unstaged files I have the following error: "Unable to discard '12 files' - could not rmdir '/run/flatpak/doc/899d3503/project folder here/.gitignore': Transport endpoint is not connected"

image

After that, when I right click in each unstaged file, the options menu doesn't appear anymore.

Murmele commented 8 months ago

Where is the git repository stored? The flatpak package supports only the home directory as location. If you are using another location you can try out Flatseal. There you can add also permission for other folders

ajoaespinola commented 8 months ago

Perfect! It works!. Downloaded Flatseal, add the folder in the "Other files" section. Done. Thanks!

image

Murmele commented 8 months ago

Great thanks for the Feedback! :)