如何在 Windows 上设置 git?

发布于 2024-10-14 04:58:40 字数 460 浏览 2 评论 0原文

我对这些术语非常陌生:git、存储库和克隆。
我能够在网上搜索所有这些内容并很好地掌握每个内容(非常简单的东西!)。 但我现在想弄清楚的是如何“运行”这些说明:

克隆应用程序存储库:

git clone git://github.com/SampleLink.git

更新子模块:

git submodule update --init

我正在运行 Windows7。我尝试通过命令提示符运行 init,但没有成功。
这些命令是作为单独的命令运行还是作为一个命令自动按顺序运行?
我只是不确定如何在我的 Windows 机器上运行它们,并且似乎无法让它工作。

子模块是初始存储库中的一个文件。

如果这是一个蹩脚的问题,我很抱歉,但我以前从未需要运行这种类型的设置。

I am very new to the terminologies: git, repository and cloning.
I was able to search them all online and get pretty good grip on each (pretty simple stuff!).
But what I am trying to figure out now is how to "run" these instructions:

Clone repository for app:

git clone git://github.com/SampleLink.git

Update submodules:

git submodule update --init

I am running Windows7. I tried to run init through command prompt, but no luck.
Are these supposed to be run as individual commands or as one following the other in sequence automatically?
I am just not sure how to run these on my Windows machine and cannot seem to get any of it to work.

The submodule is a file within the initial repository.

I'm sorry if this is a lame question, but I have never needed to run this type of setup before.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福不弃 2024-10-21 04:58:40

我建议 在其 “Git for Windows”实例
Git -1.7.3.1-preview20101002.exe

我喜欢使用 选项2,仅将git\bin目录添加到PATH环境变量中,但不覆盖一些内置的Windows工具。

从那里,git clone 通过 http 应该可以工作。

I would recommend installing msysgit in its "Git for Windows" instance:
Git-1.7.3.1-preview20101002.exe

I like using Option 2, only adding the git\bin directory to the PATH environment variable, but without overriding some built-in windows tools.

From there, git clone over http should work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文