How to link files directly from Github (raw.github.com)

后端 未结 10 2277
耶瑟儿~
耶瑟儿~ 2020-11-30 19:52

Are we allowed to link files directly from Github ?



        
10条回答
  •  隐瞒了意图╮
    2020-11-30 20:33

    Add a branch your project using the name "gh-pages" and then you'll (shortly after branching) be able to use a direct URL such as https://username.github.io/project/master/style.css (using your URL, and assuming "style.css" is a file in the "master" folder in the root of your "project" repository...and that your Github account is "username").

提交回复
热议问题