简体   繁体   English

如何连接到现有的Github存储库?

[英]How do I connect to an existing Github repository?

I've a repository in Github with a couple of commits. 我在Github中有一个仓库,其中有几个提交。 Now, I'd like to download the entire project to an other laptop. 现在,我想将整个项目下载到另一台笔记本电脑上。 I've created just a solution in Visual Studio with the same name. 我只是在Visual Studio中使用相同的名称创建了一个解决方案。

How do I download the entire project? 如何下载整个项目?

You could use git clone command. 您可以使用git clone命令。

usage: git clone repos url 用法:git clone repos url

ex. 例如 git clone git@github.com:solos/Spoon-Knife.git or git clone https://github.com/solos/Spoon-Knife.git git clone git@github.com:solos / Spoon-Knife.git或git clone https://github.com/solos/Spoon-Knife.git

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将我的项目重新连接到我现有的 GitHub 存储库 - How do I reconnect my project to my existing GitHub repository 如何克隆GitHub存储库并自动覆盖现有内容? - How do I clone a GitHub repository and auto overwrite existing contents? GIT:如何将第二个本地存储库与现有的GitHub存储库连接? - GIT: how to connect a second local repository with an existing GitHub repository? 如何将现有的 Android Studio 项目连接到现有的 Github 存储库 - How to connect existing Android Studio project to existing Github repository 如何将本地文件夹连接到现有的 github 存储库? - How do I connect a local folder to an existing github repo? 如何将github存储库的内容添加到另一个github存储库? - How do I add the contents of a github repository to another github repository? 在 Xcode 4 中,如何将远程 GitHub 存储库添加到现有本地项目? - In Xcode 4 how do I add a remote GitHub repository to an existing local project? 如何将现有的非git java项目导入github存储库? - How do I import an existing non-git java project into a github repository? 如何将android studio项目添加到GitHub上的现有存储库? - How do you add an android studio project to an existing repository on GitHub? 如何使用Windows GUI将本地站点连接到空的GitHub存储库? - How do I connect my local site to an empty GitHub repository with the windows GUI?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM