码迷,mamicode.com
首页 > Windows程序 > 详细

cygwin install git

时间:2014-11-21 01:21:12      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   os   sp   for   on   log   

Installation with Cygwin

If you‘re comfortable with Cygwin, then use it to install git, ssh, wget and python. Install pip, and use pip to install git-review:

 $ wget http://peak.telecommunity.com/dist/ez_setup.py
 $ python ez_setup.py
 $ easy_install pip
 $ pip install git-review

Now, clone the repository and set up git-review:

 $ git clone ssh://<USERNAME>@gerrit.wikimedia.org:29418/mediawiki/core.git
 $ cd core; git review -s

You should be able to use git and git-review normally.

 

 

ref: https://wikitech.wikimedia.org/wiki/Help:Git

cygwin install git

标签:blog   http   io   ar   os   sp   for   on   log   

原文地址:http://www.cnblogs.com/xlmeng1988/p/4111870.html

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