Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名Java学生。我的老师在 gitHub 上分享了一些文件,我想查看它们。如何将这些文件放入我的 Git 帐户以便(至少)查看它们。
git clone git://github.com/Your_Teacher_GitHub_Account
在GitHub 帮助中阅读有关设置 git以及有关创建和使用 repo的信息。我知道您不需要设置 repo,但它也会解释如何下载(或在 git speak 中克隆)和上传(推送)。