摘要: 1. Google oauth npm install --save passport passport-google-oauth20 oauth使用方法:进入Google console,创建Google+ client key。存下clientID和clientSecret nodemon,更新 阅读全文
posted @ 2018-02-16 13:58 森淼clover 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1. 安装 进入https://devcenter.heroku.com/articles/heroku-cli#windows,选择对应版本安装 安装后使用heroku -v可检查版本号 2. 登陆 heroku login 3. 创建网址 heroku create 4. push git到he 阅读全文
posted @ 2018-02-16 03:25 森淼clover 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 1. git init 2. git remote add origin 3. git pull origin --allow-unrelated-histories 4. git push origin 阅读全文
posted @ 2018-02-16 02:44 森淼clover 阅读(101) 评论(0) 推荐(0) 编辑