Why are Github project document page urls case sensitive? What are the negative effects?

前端 未结 5 864
南笙
南笙 2020-12-01 18:27

I Just uploaded a sample index.html page for my github project repo gh-pages branch. However it seems the url used to access the documentation is case sensitive. The correct

5条回答
  •  [愿得一人]
    2020-12-01 19:17

    For your 4th question, I just tried to create a new repository on Github which would only differ by case to an existing one (of my own account), and I got a "Name is already taken" message. So, no, you can't have two repositories differing only by case.

    (It is possible to have directories and files inside the repository differing only by case, if your file system allows this, though.)

提交回复
热议问题