vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 62 forks source link

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

Open ar1a opened 6 years ago

ar1a commented 6 years ago

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!