Closed nlw0 closed 1 year ago
Please evaluate the following in your *scratch* buffer and share the contents of the results buffer:
2023-11-01 17:07:15
gnu/linux
prerelease (HEAD -> master, origin/master) 9b11112 2023-08-08
GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-10-09
I eventually wiped the directory out, and then it worked. I believe what happened is that I had a network issue while cloning the repo, and was left with these empty files... Perhaps a suggestion to verify if the repo is corrupt and check it out again if necessary. Thanks for the help!
I wonder how that's even possible. Git populates the .git
directory first before checking out any files. I'm not sure how you would end up with a repository that has files checked out, but no .git
directory.
I'm trying to install popup.el (It's a dependency from https://melpa.org/#/julia-snail ). It seems that straight-use-package runs fine, but then
require
says "...elc failed to provide feature 'popup'. I took a look at the
straight/repos/popup-el`, and there are empty files there, and git commands don't work.Anything wrong when cloning the project?...