如何从http链接查看源代码

发布于 2024-11-27 05:55:29 字数 641 浏览 0 评论 0 原文

我需要从链接“http://mxr.mozilla.org/mozilla2.0/source/modules/plugin/sdk/samples/basic/mac/”进入我的 Mac 系统。

我尝试过使用 TortoiseSVN 来检查这个,但它无法像说的那样检查 无法连接到服务器(“http://mxr.mozilla.org”)。

即使我已经安装了 Mercurial for mac 并使用了终端中的命令 “hg克隆http://hg.mozilla.org/releases/mozilla-2.0/ 20src”,说“中止:错误:连接被拒绝”

有没有人遇到过这个问题,或者是否有任何解决方案可以从给定的链接中检出源代码。

I need to checkout the source code from the link "http://mxr.mozilla.org/mozilla2.0/source/modules/plugin/sdk/samples/basic/mac/" into my Mac System.

I have tried checking out this using TortoiseSVN, it failed to checkout like saying
could not connect to server("http://mxr.mozilla.org").

Even I hav installed mercurial for mac and used the command from terminal
"hg clone http://hg.mozilla.org/releases/mozilla-2.0/ 20src", said "abort: error: Connection refused"

Has any one faced this problem or is there any solution to checkout the source code from the given link.

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

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

发布评论

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

评论(2

南城追梦 2024-12-04 05:55:29

我还没有尝试过,但我认为你可以这样做:

hg clone http://hg.mozilla.org/releases/mozilla-2.0/modules/plugin/sdk/samples/basic/mac/

I have not tried this yet but I think you can do:

hg clone http://hg.mozilla.org/releases/mozilla-2.0/modules/plugin/sdk/samples/basic/mac/

冷血 2024-12-04 05:55:29

这可能是一个 git 存储库吗?如果您导航到那里,它会告诉您什么?

(只是看了一下,这看起来就像一个带有代码文件的普通目录。尝试使用 wget 或类似的东西来吸收它,或者只是逐个文件下载。)

Is this a git repository perhaps? What does it tell you if you navigate there?

(Just took a peek, this looks just like a plain directory with code files. Try sucking it down with wget or some such, or just downloading file by file.)

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