Re: How to fix broken user guix?

2020-02-15 Thread Julien Lepiller
Le 15 février 2020 22:25:51 GMT-05:00, Nathan Dehnel  a 
écrit :
>bash-5.0$ guix pull
>Updating channel 'nonguix' from Git repository at
>'https://gitlab.com/nonguix/nonguix'...
>guix pull: error: Git error: failed open -
>'/home/nathan/.cache/guix/checkouts/l74zueb3lgylhgxnuzx3d5fzraztxvzu2s4466wlqqvmz7hdct3a/.git/FETCH_HEAD'
>is locked: Permission denied

It's a cache directory so it's safe to delete it. If you've been playing with 
sudo guix, it could explain the permission issues. You might need sudo to 
remove some of these files:

sudo rm -rf /home/nathan/.cache/guix/checkouts

Hth :)



How to fix broken user guix?

2020-02-15 Thread Nathan Dehnel
bash-5.0$ guix pull
Updating channel 'nonguix' from Git repository at
'https://gitlab.com/nonguix/nonguix'...
guix pull: error: Git error: failed open -
'/home/nathan/.cache/guix/checkouts/l74zueb3lgylhgxnuzx3d5fzraztxvzu2s4466wlqqvmz7hdct3a/.git/FETCH_HEAD'
is locked: Permission denied