如何使用gitee做为免费图床

本篇文章是一个启发,介绍如何使用gitee做为免费图床。
没有使用github的缘由是github国内访问有些慢。
另外,还有其余优秀的云存储,例如7niu,朋友们也能够试一下。git

Use Gitee as public pictures storage.

Step 1

  • Create a project as your picture storage
  • Submit your pictures

png

Step 2

How to use it? github

This is a sample:web

example: this picture below is from gitee.code

png

Step 3, tips about Git usage:

git init 
git add origin xxx
git add --all
git commit -m "commit"
git push -f origin master