8000 Cloning repo fails on Windows because of colon in filename · Issue #32 · legalnonsense/elgantt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cloning repo fails on Windows because of colon in filename #32

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

Open
vicmortelmans opened this issue Jul 30, 2024 · 0 comments
Open

Cloning repo fails on Windows because of colon in filename #32

vicmortelmans opened this issue Jul 30, 2024 · 0 comments

Comments

@vicmortelmans
Copy link

Hi,

I run spacemacs on Windows. Cloning the repo of this package fails on Windows, because there are colons in filenames in the screenshots directory.

(Spacemacs) --> installing package: elgantt@dotfile... [1/1]
Fetcher: github
Source: legalnonsense/elgantt

Cloning https://github.com/legalnonsense/elgantt.git to d:/Users/amcaj/.emacs.d/.cache/quelpa/build/elgantt/
(Spacemacs) Error: 
An error occurred while installing elgantt (error: (error Failed to checkout ‘elgantt’: ‘Command ’(git clone https://github.com/legalnonsense/elgantt.git d:/Users/amcaj/.emacs.d/.cache/quelpa/build/elgantt/ --origin origin)’ exited with non-zero status 128: Cloning into 'd:/Users/amcaj/.emacs.d/.cache/quelpa/build/elgantt'...
error: invalid path 'screenshots/output-2020-07-19-16:21:10.gif'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

This is what I have in my dotspacemacs:

   dotspacemacs-additional-packages
   '(
     (elgantt :location (recipe
                         :fetcher github
                         :repo "legalnonsense/elgantt")))
(defun dotspacemacs/user-config ()
  (require 'elgantt))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0