- 博客(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关注的人