Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magithub-clone failing "does not exist or is not writable" #339

Open
ar1a opened this issue May 31, 2018 · 0 comments
Open

Magithub-clone failing "does not exist or is not writable" #339

ar1a opened this issue May 31, 2018 · 0 comments
Labels
bug describes a defect in supported/advertised functionality unconfirmed has not been reproduced by a maintainer

Comments

@ar1a
Copy link

ar1a commented May 31, 2018

I run M-x magithub-clone RET ar1a/onion RET and it pops up helm asking if i want to clone into ~/projects/Onion (that's important -- pay attention to that). I click yes, and get the error /home/aria/projects/Onion/ does not exist or is not writable.

I traced it down to https://github.com/vermiculus/magithub/blob/master/magithub.el#L251 , and if i eval manually, this is the case

(file-writable-p "~/projects/Onion/") => nil
(file-writable-p "~/projects/Onion") => t

Hope this helps!

@vermiculus vermiculus added bug describes a defect in supported/advertised functionality unconfirmed has not been reproduced by a maintainer labels Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug describes a defect in supported/advertised functionality unconfirmed has not been reproduced by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants