English 中文(简体)
检查来自异构体的异构体
原标题:Checking out Android source from github

经过所有这些步骤,检查了“安”源代码(Gingerbread Branch),但只是为了发现汇编错误,我决定试图从不同来源获取源代码。

Here are the steps that I have taken to checkout the source code from the GitHub.com repository.

我从Gite Hub.com存放处检查了邮袋工具。

git clone git://github.com/android/tools_repo.git

Inside the repo script file that was downloaded, I changed the location of the repo tool as follows:

## repo default configuration
##
#REPO_URL= git://android.git.kernel.org/tools/repo.git 
REPO_URL= git://github.com/android/tools_repo.git 
REPO_REV= stable 

之后,我利用邮袋包裹建立了源代码存放处。

repo init -u git://github.com/android/platform_manifest.git -b gingerbread

这使我取得了成功;“以家庭/家庭/婚姻/直系形式开始”

然而,当我试图打<代码>repo sync时,我收到以下错误信息:

$ repo sync

Initializing project platform/bionic ...
android.git.kernel.org[0: 149.20.4.77]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
error: Cannot fetch platform/bionic

究竟是哪里提到现在的脱硫线和海底。 http://www.ohchr.org。

最佳回答

Here,你可以发现如何从github中检查。

问题回答

如果看default show,在平台上,你发现仍然经常使用掩体。

你们不得不等到ker子(knel.org)回到网上,或考虑在有工作表现的CyanogenMod上 ha。

EDIT:似乎所有Korg的重新定位都反映在Gite Hub。 在该案中,尝试用,然后尝试重播。





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签