我如何从github上拉我的项目? [英] How do I pull my project from github?

查看:190
本文介绍了我如何从github上拉我的项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个关于github的项目,我以前一直在做。然而,我抹掉了我的电脑,我在想我应该在我的用户名下调用哪个git命令来再次检出我的项目,以便我可以将我最新的更改推送到我的帐户下的github。

  git git clone是您要查找的命令:

克隆git@github.com:用户名/ repo.git

更新:
这是官方指南:
https://help.github.com/articles/fork -a-repo



看看:
https://help.github.com/



它有真正有用的内容


I have a project on github that I have been working on before. However, I wiped out my computer and I am wondering which git command should I invoke under my username to checkout my project again so that I can push my latest changes to github under my account.

解决方案

Git clone is the command you're looking for:

git clone git@github.com:username/repo.git

Update: And this is the official guide: https://help.github.com/articles/fork-a-repo

Take a look at: https://help.github.com/

It has really useful content

这篇关于我如何从github上拉我的项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆