From ea988e9a0cb20eff4a93611d0a76a67760a62155 Mon Sep 17 00:00:00 2001 From: ZTinoZ Date: Thu, 2 Apr 2015 18:01:02 +0800 Subject: [PATCH] Translating by ZTinoZ --- ...0150324 How to Host Open Source Code Repository in github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20150324 How to Host Open Source Code Repository in github.md b/sources/tech/20150324 How to Host Open Source Code Repository in github.md index 20253f476c..e9ff764434 100644 --- a/sources/tech/20150324 How to Host Open Source Code Repository in github.md +++ b/sources/tech/20150324 How to Host Open Source Code Repository in github.md @@ -38,7 +38,7 @@ ### 3. 上传一个已有项目 ### -If we want to share our existing project on Github, we'll surely need to push the codes to the repository we created. To do so, we'll first need to install git in our Linux machine. As I am running Ubuntu 14.04 LTS in my machine, I'll need to run **apt** manger to install it. +如果我们想在Github上分享我们的项目,我们自然要把代码推上我们创建的库中。想要这样的话,我们首先要在我们的Linux机器上安装git。如果As I am running Ubuntu 14.04 LTS in my machine, I'll need to run **apt** manger to install it. $ sudo apt-get install git