Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the name of the green button on Github repo #1521

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion x2-students-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

点击右上角的 Fork 按钮,这是 git 的重要操作,它会从我们的 *repo* 分叉出一个一模一样的 *repo* 并加入到你的账号中,这个新的 *repo* 继承了原 *repo* 的历史和现状,但它的未来由你来决定。

在这个新的 *repo* 的首页上有个绿色的 *Clone or download* 按钮,点击它会打开一个小的下拉显示,里面有个文本框写有这个 *repo* 的访问地址,点击它右边的小按钮将其拷贝到系统剪贴板(后面会用)。
在这个新的 *repo* 的首页上有个绿色的 *<> Code* 按钮,点击它会打开一个小的下拉显示,里面有个文本框写有这个 *repo* 的访问地址,点击它右边的小按钮将其拷贝到系统剪贴板(后面会用)。

第二步,现在要把属于你的这个分叉 *repo* 克隆到你自己的机器本地来,由于你顺利完成了[环境准备](x1-setup.md),你的机器上已经有完善的命令行界面和软件包管理工具,还装好了 *git*,现在可以打开命令行界面进行如下操作:
* 输入 `cd Code ↩︎` 进入我们之前创建的子目录(如果还没有建立,可以用 `mkdir Code ↩︎` 来创建);
Expand Down