selfhostedshow / wiki

The official Wiki of the selfhosted.show Podcast.
https://wiki.selfhosted.show
GNU General Public License v3.0
197 stars 61 forks source link

remove files with name collision due to case-insensitive filesystem #122

Closed ITJamie closed 2 years ago

ITJamie commented 2 years ago

remove files with name collision due to case-insensitive filesystem

Noticed this issue on a fresh git clone

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:

  'docs/basics/images/createpullrequest.PNG'
  'docs/basics/images/createpullrequest.png'
  'docs/basics/images/fork.PNG'
  'docs/basics/images/fork.png'
  'docs/basics/images/newpullrequrest.PNG'
  'docs/basics/images/newpullrequrest.png'