自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

chenyunxia

一直在前端的路上

  • 博客(4)
  • 收藏
  • 关注

原创 MAC搭建PHP环境:PHP+Nginx+yaf

一、安装PHP 1.       brew tap homebrew/dupes 2.       brew tap homebrew/versions 3.       brew tap homebrew/homebrew-php 4.       安装PHP7.0:brew installphp70 5.       brew unlink php56(根据自己已有的版本进行unli

2017-03-01 20:36:51 874

原创 git subtree详解及使用场景

使用场景: 1.gitlab/github上已有两个项目,分别是project-web、project-mobile 2.现在需要将两个项目合并在一个项目里project 3.新项目project里包含两个文件,分别是web和mobile 操作步骤: 1.gitlab/github上新建项目project,获取project的git路径https://github.com/xxxxx

2017-02-14 20:01:24 3538

原创 git push时报错cannot lock ref....

git push的时候报错:remote: error: cannot lock ref ‘refs/heads/develop’: is at 2e57ec93df385ba97723ccc9a36a903d769947f1 but expected 69984ad367e8c21d1bad447a33251f8a9936e8ee To http://gitlab…..git ! [remo

2017-02-14 15:13:10 4011 1

原创 git pull时报错There is no tracking information for the current branch

报错如下:There is no tracking information for the current branch. Please specify which branch you want to merge with.解决方法:git branch –set-upstream-to=origin/develop develop 或 git branch –set–upstream de

2017-02-14 15:07:39 10810 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除