首页 > 其他 > 详细

git安装

时间:2014-12-02 13:19:34      阅读:207      评论:0      收藏:0      [点我收藏+]

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://www.cnblogs.com/zlingh/p/4137096.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!