如何在 Windows 中使用 git bash 克隆 Android 项目

发布于 2024-10-13 02:15:02 字数 460 浏览 3 评论 0原文

我想用阿拉伯语为 android 创建一个输入法。
我需要一些参考并发现了这个: https://android.googlesource.com/platform/ packages/inputmethods/LatinIME/+/master/java/res

现在我想将其中一个目录树克隆到我的系统上,正如那里所说的那样。

我在 Windows 上安装了 git,并得到了一个“git bash”图标。我打开它,它询问什么并收到此错误:

致命:远端意外挂断

,现在我一头雾水。
我应该如何下载该源?

I want to create an IME for android in arabic language.
I needed some reference and found this :
https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/master/java/res

Now I wanted to clone one of the directory trees onto my system as it was said there.

I installed git on windows and I got a 'git bash' icon. I opened it , what it asked and got this error :

fatal: The remote end hung up unexpectedly

Now I am clueless.
How should I download that source?

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

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

发布评论

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

评论(1

戏剧牡丹亭 2024-10-20 02:15:02

您需要的确切行是

git clone https://android.googlesource.com/platform/packages/inputmethods/LatinIME

The exact line you need is

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