Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It looks like either you changed the path to some files that were already tracked by git and git is not enjoying it that much or perhaps you or someone with access to your repo messed around with the ignorecase flag for the git configuration.</p> <p>Try to run this at the root of your repository and see what comes out:</p> <p><code>cat .git/config | grep "ignorecase"</code></p> <p><a href="https://www.kernel.org/pub/software/scm/git/docs/git-config.html" rel="nofollow">This is false by default but can be changed to true for systems that are not case sensitive.</a></p> <p>From the documentation I think no one but you would be able to change your flag for an already-cloned-working-copy, but when performing a new clone the flag may be set to true.</p> <p>Try to see if your clean clone outputs the same value for the ignorecase flag, and if it has the correct folder name (Capitalised) and if so, try to apply your changes from the older working copy to this one so start you can start working from there, I have experienced erratic behaviour within git when moving files/folders around or when renaming them even more so.</p> <p>On a perhaps more extreme solution, make a silly commit renaming the folder to something else where you introduce a bigger change to the folder's name and not just a capitalised letter, and then make another commit putting the original name but capitalised this time.</p> <p>Inform other users of your repository that they may have to perform clean clones as well to avoid problems.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload