对碰到的问题做个简单的记录,方便后期汇总整理。大部分答案来源于互联网,感谢默默奉献的人,有些没有及时注明出处,后期就找不到相关的文章了,😓😓
git 如何推送tag
1 | # 推送全部tag |
- http://yijiebuyi.com/blog/007269d04d5096d9397ce3daf9d84c48.html
- http://blog.csdn.net/shines/article/details/8558293
- http://80x86.io/post/how-to-push-and-delete-a-remote-git-tag
git设置远程origin
1 | # 修改已有的origin |
tar压缩忽略指定目录
Mac下
--exclude
需要写在前面
1 | $ tar -czvf /Users/huixisheng/Desktop/j-excel.tar.gz --exclude j-excel/node_modules j-excel/ |
Nodejs守护进程
1 | nohup node index.js > error.log 2>&1 & |
1 | nohup: redirecting stderr to stdout |
centos7安装nodejs8.x
直接安装过Node6.x,需要在机器上部署yapi。需要升级Node。
1 | # 这个是否需要不确定 |