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

When I clone this repo darkBlue shows up as modified #152

Closed
jsatk opened this issue Aug 10, 2018 · 5 comments
Closed

When I clone this repo darkBlue shows up as modified #152

jsatk opened this issue Aug 10, 2018 · 5 comments

Comments

@jsatk
Copy link

jsatk commented Aug 10, 2018

If I do a fresh git clone git@github.com:flazz/vim-colorschemes.git && cd vim-colorschemes && git status it shows me this.

On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   colors/darkBlue.vim

no changes added to commit (use "git add" and/or "git commit -a")

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.

@jsatk
Copy link
Author

jsatk commented Aug 13, 2018

This issue relates to or duplicates issues raised in #66 & #122.

@andreis
Copy link

andreis commented Dec 20, 2018

Same here. Somehow the case change (colors/darkBlue.vim -> colors/darkblue.vim) messed something up. 🙄

@bradwood
Copy link

bradwood commented Feb 5, 2019

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 (@flazz ??) should be able to fix it easily? Will see if I can do a PR in the mean time.

@jsatk
Copy link
Author

jsatk commented Feb 6, 2019 via email

@jsatk
Copy link
Author

jsatk commented Aug 14, 2019

This is clearly abandoned.

@jsatk jsatk closed this as completed Aug 14, 2019
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

3 participants