redguardtoo / elpa-mirror

Create local emacs package repository. 15 seconds to install 115 packages.
315 stars 55 forks source link

不能在windows下使用,使用原生windows emacs,已经安装cygwin,并把cygwin/bin加入$PATH #22

Closed WymundLin closed 6 years ago

WymundLin commented 6 years ago

elpamr--fullpath called => /cygdrive/f/HOME/myelpa123/avy-20180615.1501 tar-cmd=f:/cygwin64/bin/tar.exe cf /cygdrive/f/HOME/myelpa123/avy-20180615.1501.tar --exclude=".elc" --exclude="~" -C ~.emacs.d\elpa avy-20180615.1501 /usr/bin/tar: ~.emacs.delpa: Cannot open: No such file or directory

redguardtoo commented 6 years ago

Check README. try to run the cli in shell.

Please note tar only knows unix path.

WymundLin commented 6 years ago

Ok, I will retry it again!