Upload images to GitHub from the browser

前端 未结 7 872
执笔经年
执笔经年 2020-12-24 02:22

I am using GitHub Pages, Jekyll, and Prose to manage a Website. Everything works fine, besides I cannot find a way to upload images. The Prose image uploader is not working

7条回答
  •  梦毁少年i
    2020-12-24 02:32

    It is possible to upload the images from the browser, without using Git.

    Create a new GitHub issue and drag the image into the textbox.
    GitHub will upload the image and create a link like this one:
    https://f.cloud.github.com/assets/19977/1656110/a3f8b280-5b6d-11e3-818d-c06ab05bd613.jpg

    Source: GitHub's Phil Haack

提交回复
热议问题