标签:http io ar os on ad ef amp as
169 git clone http://gitlab.baidu.com/zhangping10/cleanct.git
170 wget "http://hetu.baidu.com:80/api/tool/getFile?toolId=957&fileId=699" -O "git-1.7.5.1.tar.bz2"
172 tar zxvf git-1.7.5.1.tar.bz2
173 tar jxvf git-1.7.5.1.tar.bz2
175 cd git-1.7.5.1
177 ./configure --prefix=/home/work/git
181 git version
182 cd ~/git
186 ./git version
220 git add .
221 git commit -m "first"
223 git config --global user.email "zhangping10@baidu.com"
224 git config --global user.name "zhangping10"
225 git commit -m "first"
226 git push origin
227 git push origin master:master
228 git config http.postBuffer 524288000
229 git push origin master:master
230 git version
232 git clone http://gitlab.baidu.com/zhangping10/cleanct.git
263 git status
409 git
标签:http io ar os on ad ef amp as
原文地址:http://www.cnblogs.com/zlingh/p/4137096.html