zlingh

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
wget "http://hetu.baidu.com:80/api/tool/getFile?toolId=957&fileId=699" -O "git-1.7.5.1.tar.bz2"
tar jxvf git-1.7.5.1.tar.bz2 
cd git-1.7.5.1
./configure --prefix=/home/work/git 
make
make install
vim ~/.bashrc
增加:export PATH=$PATH:/home/zhangping/git/bin
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
posted on 2014-12-02 12:04  zlingh  阅读(182)  评论(0编辑  收藏  举报