码迷,mamicode.com
首页 > 其他好文 > 详细

git安装

时间:2014-12-02 13:21:43      阅读:133      评论:0      收藏:0      [点我收藏+]

标签: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

git安装

标签:http   io   ar   os   on   ad   ef   amp   as   

原文地址:http://www.cnblogs.com/zlingh/p/4137096.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!