Does a folder in my user site conflict with a project site?
问题 GitHub Pages allows each user to have one User Site (maybe a home page) and unlimited Project Sites . When you set up your User Site , you must name the repo [username].github.io (where [username] is your GitHub username), and the URL is by default: http://[username].github.io/ Any changes made to the master branch in your [username].github.io repo are uploaded to your User Site. When you set up a Project Site , you can name the repo anything you want (let's call it [projname] ). The URL is