git Git克隆到特定文件夹?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8730757/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Git Cloning to Specific Folder?
提问by Joe Bobby
Trying to learn how to clone this Soda Theme for Sublime Text 2 with this:
尝试学习如何使用以下内容为 Sublime Text 2 克隆此 Soda 主题:
git clone https://github.com/buymeasoda/soda-theme/ "Theme - Soda"
as it says here: https://github.com/buymeasoda/soda-theme
正如这里所说:https: //github.com/buymeasoda/soda-theme
but I'm not sure where I type that in, or how to get it downloaded directly to my packages folder. How do I do this?
但我不确定我在哪里输入,或者如何将它直接下载到我的包文件夹中。我该怎么做呢?
回答by manojlds
Make sure you have git and enter that git clone https://github.com/buymeasoda/soda-theme/ <where you want to clone to>
command in terminal / console for your OS. The <where you want to clone to>
is the path where you want the files to be checked out.
确保你有 git 并git clone https://github.com/buymeasoda/soda-theme/ <where you want to clone to>
在你的操作系统的终端/控制台中输入该命令。该<where you want to clone to>
是要被检查出的文件的路径。