如何从http链接查看源代码
我需要从链接“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”,说“中止:错误:连接被拒绝”
有没有人遇到过这个问题,或者是否有任何解决方案可以从给定的链接中检出源代码。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有尝试过,但我认为你可以这样做:
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/
这可能是一个 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.)