下载Android闹钟应用程序源代码
我试图通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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 .
确保您遵循当前说明,因为 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.