Git:http://git-core.googlecode.com/files/git-1.8.5.5.tar.gz
Stash:http://downloads.atlassian.com/software/stash/downloads/atlassian-stash-2.10.1.tar.gz
SourceTree:http://sourcetreeapp.com/download/
Nodejs: http://nodejs.org/download/Maven: http://maven.apache.org/download.cgi
Extjs:http://www.sencha.com/products/extjs/download/
Dojo:http://dojotoolkit.org/download/
Mongoose:http://cesanta.com/downloads.html
MongoDB:http://www.mongodb.org/
redis: https://github.com/mythz/redis-windows
Git For Window http://msysgit.github.io/
Google 网上应用 https://chrome.google.com/webstore/category/apps?hl=zh-CN
Centos系统GIT安装
# yum -y install zlib-devel openssl-devel perl cpio expat-devel gettext-devel openssl zlib curl autoconf tk perl-devel
# tar zxvf git-1.8.5.5.tar.gz
# cd git-1.8.5.5/
# ./configure --prefix=/usr/local/git
# make
# make install
# git --version
项目仓库的建立