新建项目
ionic new educationIonic blank
然后进入该项目根目录执行
git init
git add *
git add .*
git commit -m "初始化项目"
git remote add origin git@gitee.com:payton/education-ionic.git
git branch --set-upstream-to origin/master master
git pull --allow-unrelated-histories