rossmacarthur / sheldon

:bowtie: Fast, configurable, shell plugin manager
https://sheldon.cli.rs
Apache License 2.0
958 stars 21 forks source link

Fix 'PermissionDenied' during rename of temporary clone directory #162

Closed sceneq closed 1 year ago

sceneq commented 1 year ago

Call 'git_repository_free' before moving directory

error: failed to install source `https://github.com/zsh-users/zsh-syntax-highlighting`
  due to: failed to rename temporary clone directory
  due to: Permission denied (os error 13)
rossmacarthur commented 1 year ago

Thanks for the contribution!