elpa-mirror
elpa-mirror copied to clipboard
Create local emacs package repository. 15 seconds to install 115 packages.
Package [vagrant-tramp](https://melpa.org/#/vagrant-tramp) invariably results in a broken mirror archive, because it includes a file `bin/vagrant-tramp-ssh`. Notably, it's required for the package to even load properly, so it not being there...
MacOS Emacs 28.3 配置好本地镜像,安装包时,有的包会出现如下错误,个别包不会出错如use-package ``` Parsing tar file...done package-untar-buffer: Package does not untar cleanly into directory terminal-focus-reporting-20180830.1519/ M-x tar-untar-buffer cl--assertion-failed: Assertion failed: (not enable-multibyte-characters) ```
I was thinking it could be useful to have a way to keep the mirror up-to-date independently of the package installation of a particular instance of Emacs running on one's...
Dear @redguardtoo! Thanks a lot for this awesome package! Love it so much! I use this together with `use-package` and `straight.el`, and I am just aware that it seems the...
在windows7下使用elpa-mirror, 按照教程新建~/myelpa文件夹后,下载了tar并加入path,在emacs执行shell可以查询到tar, c:\Users\mike\AppData\Local\emacs-29\bin>tar.exe --version tar.exe --version tar (GNU tar) 1.13 执行elpamr-create-mirror-for-installed命令后,只是在myelpa文件生成了archive-contents文件,没有包的tar文件 c:/Users/mike/AppData/Local/emacs-29/bin $ cd ~/myelpa/ ~/myelpa $ pwd c:/Users/mike/AppData/Roaming/myelpa ~/myelpa $ ls -la total 17 drwxrwxrwx 1 mike None 4096...