下载Android闹钟应用程序源代码

发布于 2024-12-13 14:38:45 字数 336 浏览 2 评论 0原文

我试图通过 git 下载原始 Android 闹钟的源代码,但我只收到错误:

git clone git://android.git.kernel.org/platform/development.git
Cloning into development...
android.git.kernel.org[0: 149.20.4.77]: errno=No error
fatal: unable to connect a socket (No error)

有什么建议吗? 还有其他方法可以获取代码吗?

Im trying to download the source code of original Android Alarm Clock via git but Im only getting errors:

git clone git://android.git.kernel.org/platform/development.git
Cloning into development...
android.git.kernel.org[0: 149.20.4.77]: errno=No error
fatal: unable to connect a socket (No error)

Any advices?
Is there any other way how to get to the code?

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

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

发布评论

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

评论(2

萌梦深 2024-12-20 14:38:45

github 镜像了所有的 android 项目。您可以从 git://github.com/android/platform_development.git 访问相同的存储库。

github mirrors all the android projects. You can access the same repo from git://github.com/android/platform_development.git .

自演自醉 2024-12-20 14:38:45

确保您遵循当前说明,因为 Git 存储库跟随 kernel.org 移动黑客。 这里有一篇 Google 网上论坛帖子,详细讨论了此问题。

Make sure you are following the current instructions, as the Git repositories moved following the kernel.org hack. Here is a Google Group posting discussing more about this.

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