JWT在web端的使用方法
给已经存在的项目添加git
mkdir laravel
cd laravel
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/hijs/laravel.git
git push -u origin master
前提:先去gitlab或github网站上创建一个新项目,完毕后记得添加.gitignore;
Git Managing Remotes
fatal: Not a gitflow-enabled repo yet. Please run "git flow init" first.
Did not have a develop branch created. Created one and it solved my problem.