-
Notifications
You must be signed in to change notification settings - Fork 634
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
When I clone this repo darkBlue
shows up as modified
#152
Comments
Same here. Somehow the case change ( |
Same with me -- it's super annoying as the repo remains dirty:
this might shed some light... Someone with commit rights (@flazz ??) should be able to fix it easily? Will see if I can do a PR in the mean time. |
I think they've abandoned it?
…On 02/05, Bradley Wood wrote:
Same with me -- it's super annoying as the repo remains dirty:
```
~/Code/Dotfiles/config/nvim/plugged ✔ git clone https://github.com/flazz/vim-colorschemes.git
Cloning into 'vim-colorschemes'...
remote: Enumerating objects: 1769, done.
remote: Total 1769 (delta 0), reused 0 (delta 0), pack-reused 1769
Receiving objects: 100% (1769/1769), 1.88 MiB | 2.85 MiB/s, done.
Resolving deltas: 100% (579/579), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'colors/darkBlue.vim'
'colors/darkblue.vim'
~/Code/Dotfiles/config/nvim/plugged ✔
```
this might shed some light...
Someone with commit rights ***@***.*** ??) should be able to fix it easily? Will see if I can do a PR in the mean time.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#152 (comment)
|
This is clearly abandoned. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I do a fresh
git clone git@github.com:flazz/vim-colorschemes.git && cd vim-colorschemes && git status
it shows me this.I've tried the following with no success:
git checkout -- colors/darkBlue.vim
git stash && git fetch origin && git reset --hard origin/master
git mv colors/darkBlue.vim colors/darkblue.vim
All fail.
Any idea why this is? It's borking my plugin manager every time I update.
The text was updated successfully, but these errors were encountered: