E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
msysgit
Android———从GitHub上下载源码的方法【Written By KillerLegend】
1:下载tortoisegit,下载地址为: https://code.google.com/p/tortoisegit/wiki/Download 2:下载
msysgit
,下载地址为: https
·
2015-11-11 14:46
android
Windows下批量下载Android源码
首先,到 http://code.google.com/p/
msysgit
/downloads/list下载Git-xxx.exe,下载完成后安装Git。 2.
·
2015-11-11 14:38
Android源码
GitHub简单使用入门
因本人使用的是
msysgit
shine_cn
·
2015-11-11 13:00
Windows使用Apache2配置Git服务器
Apache2配置Git服务器 本文地址:http://www.cnblogs.com/cnscoo/p/3373095.html Git下载: 网站:https://code.google.com/p/
msysgit
·
2015-11-11 13:53
windows
msysgit
hooks using lua
背景 最近想在公司整一个git服务器,需要做一些配置,看着.git/hooks/文件夹中的*.sample文件夹,很是不解,把".sample"去掉就可以运行? 事实证明,真的可以,将下面的代码放到pre-commit文件中,就可以在commit时,输出"Hello Git!"消息 #!/bin/sh echo "Hello Git!
·
2015-11-11 11:42
git
在win7系统下使用TortoiseGit(乌龟git)简单操作Git@OSC
很傻瓜了 首先你要准备两个软件,分别是
msysgit
和tortoisegit,乌龟还可以在下载页面下载简体中文语言包。 下载后分别安装好,如果不熟悉,可以使用默认设置。
·
2015-11-11 11:57
win7
Git 局域网简单配置
Git核心:http://code.google.com/p/
msysgit
/downloads/list?
·
2015-11-11 08:37
git
Eclipse使用git最简易流程
Step1 准备工作
msysgit
,下载地址为http://
msysgit
.github.io/。 Eclipse IDE for Java EE Developers(必须是这个,
·
2015-11-11 07:33
eclipse
Github学习
第一,最好下载一个Windows下的git管理工具https://
msysgit
.github.io/。 第二,与linux命令行操作类似,进入自
·
2015-11-11 06:19
github
github使用
1、必须先去https://github.com/注册用户,可以注册免费用户 2、需要下载git bash,可以去google搜索,也可以通过http://
msysgit
.github.com/下载,
·
2015-11-11 05:35
github
Git的安装与使用
(本文来自:http://www.cnblogs.com/Bonker/p/3441781.html) 1,下载git https://code.google.com/p/
msysgit
·
2015-11-11 04:19
git
Windows下载Android源代码
下载
msysgit
,安装 官方下载:http://code.google.com/p/
msysgit
/downloads/list, 打开Git Bash,运行命令 cd
·
2015-11-11 03:56
android
Windows上右键git菜单出来的原因
Windows上右键git菜单出来的原因 Git下载地址https://code.google.com/p/
msysgit
/downloads/list?
·
2015-11-11 00:37
windows
tortoisegit教程详解
人阅读 评论(2) 收藏 举报 git 工作 服务器 file 工具 git的使用越来越广泛 使用命令比较麻烦,下面讲解一下tortoisegit的使用 先下载安装git(
msysgit
·
2015-11-11 00:12
git
git之环境配置(window+git+github)
本地安装git 下载最新版的git:https://
msysgit
.googlecode.com/files/Git-1.9.0-preview20140217
·
2015-11-10 23:47
github
Eclipse使用git最基本流程
Step1准备工作
msysgit
,下载地址为http://
msysgit
.github.io/。Eclipse IDE for J
u012129558
·
2015-11-10 16:00
Git 系列之三:Windows 下 Git 配置与使用指南
Git 系列之三:Windows 下 Git 配置与使用指南 一、安装 默认安装:
msysGit
二、配置 1、C:\Program Files\Git\etc\gitconfig 添加:【注意!
·
2015-11-09 12:56
windows
Git 系列之二:Windows 下 Git 客户端的选择,及
msysGit
各种中文问题的解决
Git 系列之二:Windows 下 Git 客户端的选择,及
msysGit
各种中文问题的解决 在 Windows 下用 NetBeans 做 PHP 开发,首先想到的是 NetBeans 的插件
·
2015-11-09 12:54
windows
个人github链接及git学习心得总结
https://github.com/zhangbotao521/test/tree/master (一)首先需要从网站http://
msysgit
.github.io
·
2015-11-09 12:56
github
如何在WINDOWS(XP)下使用copSSH配置GIT服务器+TortiseGIT客户端
(注:本文严重参考了以下博客http://www.timdavis.com.au/git/setting-up-a-
msysgit
-server-
·
2015-11-09 12:27
windows
Windows 上使用 Github
安装使用 1.下载
msysgit
http://code.google.com/p/
msysgit
/ 2.下载tortoisegit客户端安装 http://code.google.com
·
2015-11-08 14:37
windows
PhpStorm Git 配置
首先需要安装windows下的Git版本,网上有很多我下载的是
msysgit
反正都差不多,不会的自己百度。
·
2015-11-08 12:46
storm
msysGit
管理GitHub代码
阅读目录 svn与git 注册github,创建代码库 下载客户端工具 使用
msysgit
连接github 使用
msysgit
克隆github
·
2015-11-08 10:07
github
git 使用过程(一、准备工作)
等熟悉之后在重新整理一下) 注意:1、敲完命令要回车 一、先下载git客户端 网址:http://
msysgit
.github.io
·
2015-11-08 09:34
git
在windows下安装GIT
在Windows上安装git,一般为
msysgit
,官方下载地址为:http://code.google.com/p/
msysgit
/downloads/list 在“Configuring
·
2015-11-07 15:11
windows
github使用心得
在windows环境下使用
msysgit
来安装,下载地址:http://code.google.com/p/
msysgit
/ 2.
·
2015-11-07 15:07
github
GitHub 使用教程图文详解
GitHub 五、使用GitHub 六、参与GitHub中其它开源项目 七、总结 注,GitHub官网:https://github.com/,客户端版本:git version 1.9.2.
msysgit
·
2015-11-07 14:34
github
TortoiseGit使用入门
首先要确定TortoiseGit已找到
msysgit
,如果先安装
msysgit
再装TortoiseGit, 一般TortoiseGit 就会自动的识别。
·
2015-11-07 13:41
git
Window下使用 Git 小记
安装
msysgit
a. 从 http://
msysgit
.googlecode.com/files/Git-1.6
·
2015-11-07 13:40
window
Git GUI
一、克隆 在开始 —> 所有程序 —> Git 中,有 Git Bash 和 Git Gui 两个图标,点击启动 Git Gui 界面如下:
msysgit
图形工具
·
2015-11-07 10:19
git
Git
msysGit
:http://code.google.com/p/
msysgit
/downloads/list TortoiseGit: http://code.google.com/p/tortoisegit
·
2015-11-06 08:29
git
转:在win7系统下使用TortoiseGit(乌龟git)简单操作Git@OSC
很傻瓜了首先你要准备两个软件,分别是
msysgit
和tortoisegit,乌龟还可以在下载页面下载简体中文语言包。下载后分别安装好,如果不
tyronejw
·
2015-11-05 23:00
windows GIT使用笔记
在Windows上应用git,一般采用工具
msysgit
,下载地址为:http://code.google.com/p/
msysgit
/downloads/list 假设创建的主版本库位置在D:\SourceCODE
shipeng22022
·
2015-11-05 16:00
TortoiseGit安装教程
下载Git 网站地址: http://code.google.com/p/tortoisegit/安装前必须装上
msysgit
才能在Windows上使用Git网站地址: http
·
2015-11-05 08:43
git
TortoiseGit安装和使用的图文教程
安装TortoiseGit并使用它需要两个软件:TortoiseGit和
msysgit
。
·
2015-11-05 08:43
git
TortoiseGit使用入门
首先要确定TortoiseGit已找到
msysgit
,如果先安装
msysgit
再装TortoiseGit, 一般TortoiseGit 就会自动的识别。
·
2015-11-03 22:16
git
TortoiseGit 安装和使用的图文教程
安装TortoiseGit并使用它需要两个软件:TortoiseGit和
msysgit
。
·
2015-11-03 21:40
git
Win7上Git安装及配置过程
Git安装及配置过程 创建时间 2012/8/20 修改时间 2012/8/20 创建人 Baifx 简介(收获) 1、在win7上安装
msysgit
·
2015-11-03 21:37
win7
极简github项目创建与提交
以除法为例) 极简Word排版示例(以Word2013为例) 极简github项目创建与提交 step by step Github项目创建与提交 下载mys-git:http://
msysgit
.github.io
·
2015-11-03 21:07
github
[GitHub]简单几步将你的项目托管到GitHub
也可以将自己的代码放在上边与大家共同分享交流.但是对一个新手来说,上传托管源码可能有一点难度,下面我们就一步一步的来上传一个项目,学会之后,大家就会觉得特别简单,也就敲几行命令代码的事.今天我们选取一个比较容易上手的工具---
msysgit
zhangxmu
·
2015-11-03 19:00
github
源码托管
TortoiseGit和
msysGit
安装及使用笔记(windows下使用上传数据到GitHub)
TortoiseGit和
msysGit
安装及使用笔记(windows下使用上传数据到GitHub) Git-1.7.11-preview+GitExtensions244SetupComplete
·
2015-11-02 16:52
windows
android源码下载方法 批量下载 基于windows os
android 所以此文可能不适用于最新的android版本的源码下载 2011/11/27 给出的脚本下载速度很慢,提速的土办法见我写的评论 安装win版的Gitbash, 在这里 http://
msysgit
.googlecode.com
·
2015-11-02 14:05
Android源码
项目管理工具之Git使用说明
1、下载Git客户端工具 http://
msysgit
.github.com/ 2、安装
msysgit
下一步 同意GNU协议 选择安装位置 选择TrueType
·
2015-11-02 13:36
项目管理
Win7上Git安装及配置过程
Git安装及配置过程 创建时间 2012/8/20 修改时间 2012/8/20 创建人 Baifx 简介(收获) 1、在win7上安装
msysgit
·
2015-11-02 10:59
win7
android源码下载方法 批量下载 基于windows os
安装win版的Gitbash, 在这里 http://
msysgit
.googlecode.com/files/Git-1.6.0.2-preview20080923.exe
·
2015-11-02 10:04
Android源码
Git
Windows下的Git请看这里:http://www.oschina.net/p/
msysgit
Git 是 Linux Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件
·
2015-11-02 09:37
git
看那记不住命令的猿,如何使用GitHub
好吧, 请看百科:http://baike.baidu.com/view/3366456.htm 准备:
msysgit
、tortoisegit 首先,我们得先下载
msysgit
,这个程序呢是
·
2015-11-02 09:34
github
Git 版本控制常用功能
客户端: 1、
msysgit
是Window平台下的功能软件 下载地址 https://code.google.com/p/
msysgit
/downloads/list?q=full+i
·
2015-11-02 09:57
版本控制
Getting Started with Vagrant on Windows
安装
MsysGit
安装Vagrant使用vagrant进入GitCMD 输入命令初始化F:\vm\test>vagrantinitubuntu/trusty64A`Vagrantfile`hasbeenplacedinthisdirectory.Youarenowreadyto
wuhuizhong
·
2015-11-01 19:00
转:Setting up a
Msysgit
Server with copSSH on Windows
http://www.timdavis.com.au/git/setting-up-a-
msysgit
-server-with-copssh-on-windows/ OK – let me start
·
2015-11-01 15:05
windows
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他