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

fatal: destination path #47

Closed
4goodapp opened this issue Apr 15, 2017 · 2 comments
Closed

fatal: destination path #47

4goodapp opened this issue Apr 15, 2017 · 2 comments

Comments

@4goodapp
Copy link

Got this error while trying to install on ubuntu 16.04
git clone https://github.com/hlissner/.emacs.d ~/.emacs.d
fatal: destination path '/home/mywork/.emacs.d' already exists and is not an empty directory.

@garethclews
Copy link

This is because you already have an Emacs configuration.

mv ~/.emacs.d ~/.o.emacs.d && git clone [the rest...]

@hlissner
Copy link
Member

@karetsu is correct. Either move the original folder (as he suggested) or delete it (rm -rf ~/.emacs.d) before you try my instructions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants