|
@@ -1,5 +1,5 @@
|
1
|
1
|
# 如何克隆仓库?
|
2
|
2
|
|
3
|
3
|
1. 安装GIT。请到[这里下载](https://git-scm.com/)适合自己系统的GIT。
|
4
|
|
-2. 安装tortoisegit。这是GIT的GUI工具,如果你对GIT命令很熟悉了,可以不需要此工具。请到[这里下载](https://tortoisegit.org/)适合自己的小乌龟。
|
5
|
|
-3. Copy仓库地址 `http://git.reefun.cn/hsiao/YouMap.git` 。然后系统右键 => Git Clone ...。默认情况下小乌龟会自动拷贝URL,如果没有就粘贴到URL框。确定下载仓库。
|
|
4
|
+2. Copy仓库地址 `http://git.reefun.cn/hsiao/YouMap.git` 。
|
|
5
|
+3. 打开Android Studio,File => New => Project From Version Control => Git,克隆项目。
|