<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: git android source code error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157323#M2540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Wilson,&lt;/P&gt;&lt;P&gt;haha, I know you, we have co-worked ever...&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Wilson Hung said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/git-android-source-code-error?groupUrl=androiddevelopers&amp;amp;unfollow=1&amp;amp;xg_source=msg_com_gr_forum#4103961Comment69761"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Yes. Nice to meet you !!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2012 09:04:58 GMT</pubDate>
    <dc:creator>JayZhang</dc:creator>
    <dc:date>2012-05-14T09:04:58Z</dc:date>
    <item>
      <title>git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157315#M2532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to git android2.3.4 source code from google, but I have a problem when doing it.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;$ mkdir ~/bin &lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;$ PATH=~/bin:$PATH&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;$ curl &lt;A href="https://dl-ssl.google.com/dl/googlesource/git-repo/repo" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;https://dl-ssl.google.com/dl/googlesource/git-repo/repo&lt;/A&gt; &amp;gt; ~/bin/repo &lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;$ chmod a+x ~/bin/repo&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;$ mkdir android&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;$ cd android&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;$ repo init -u &lt;A href="https://android.googlesource.com/platform/manifest" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;https://android.googlesource.com/platform/manifest&lt;/A&gt; -b android-2.3.4_r1&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;$ repo sync&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;but error occur:&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Exception in thread Thread-3:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;self.run()&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/usr/lib/python2.7/threading.py", line 505, in run&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;self.__target(*self.__args, **self.__kwargs)&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/home/jay/Project/android2.3/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;clone_bundle=not opt.no_clone_bundle)&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/home/jay/Project/android2.3/.repo/repo/project.py", line 978, in Sync_NetworkHalf&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;and self._ApplyCloneBundle(initial=is_new, quiet=quiet):&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/home/jay/Project/android2.3/.repo/repo/project.py", line 1519, in _ApplyCloneBundle&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/home/jay/Project/android2.3/.repo/repo/project.py", line 1583, in _FetchBundle&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;raise DownloadError('%s: %s ' % (req.get_host(), str(e)))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;DownloadError: android.googlesource.com: &amp;lt;urlopen error [Errno 110] Connection timed out&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Exception in thread Thread-4:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;self.run()&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/usr/lib/python2.7/threading.py", line 505, in run&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;self.__target(*self.__args, **self.__kwargs)&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/home/jay/Project/android2.3/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;clone_bundle=not opt.no_clone_bundle)&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/home/jay/Project/android2.3/.repo/repo/project.py", line 978, in Sync_NetworkHalf&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;and self._ApplyCloneBundle(initial=is_new, quiet=quiet):&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/home/jay/Project/android2.3/.repo/repo/project.py", line 1519, in _ApplyCloneBundle&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;File "/home/jay/Project/android2.3/.repo/repo/project.py", line 1583, in _FetchBundle&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #ff0000;"&gt;raise DownloadError('%s: %s ' % (req.get_host(), str(e)))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;DownloadError: android.googlesource.com: &amp;lt;urlopen error [Errno 110] Connection timed out&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried many times, but always this, any one can help me ?&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:01:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157315#M2532</guid>
      <dc:creator>JayZhang</dc:creator>
      <dc:date>2020-10-29T09:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157316#M2533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just want to use pre-built images, then you can follow my post here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/group/androiddevelopers/forum/topics/how-to-use-pre-built-images?commentId=4103961%3AComment%3A67707&amp;amp;xg_source=msg_com_gr_forum" target="_self"&gt;http://imxcommunity.org/group/androiddevelopers/forum/topics/how-to-use-pre-built-images?commentId=4103961%3AComment%3A67707&amp;amp;xg_source=msg_com_gr_forum&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to download the code, make some editing in the code and use it, then you can continue with your usual download process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 07:18:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157316#M2533</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-04-26T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157317#M2534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said make some editing means what? Can you tell me how to do it?&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Krishna Pavan said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/git-android-source-code-error?groupUrl=androiddevelopers&amp;amp;commentId=4103961%3AComment%3A68132&amp;amp;xg_source=msg_com_gr_forum#4103961Comment68132"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;If you just want to use pre-built images, then you can follow my post here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/group/androiddevelopers/forum/topics/how-to-use-pre-built-images?commentId=4103961%3AComment%3A67707&amp;amp;xg_source=msg_com_gr_forum" rel="nofollow" target="_self"&gt;http://imxcommunity.org/group/androiddevelopers/forum/topics/how-to...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to download the code, make some editing in the code and use it, then you can continue with your usual download process.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 07:20:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157317#M2534</guid>
      <dc:creator>JayZhang</dc:creator>
      <dc:date>2012-04-26T07:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157318#M2535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Means, the default images will just load Android.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to develop an application or add something then you need a code, where you can modify it to suit your work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157318#M2535</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-04-26T08:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157319#M2536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just want to download android2.3.4 source code!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Krishna Pavan said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/git-android-source-code-error?groupUrl=androiddevelopers&amp;amp;commentId=4103961%3AComment%3A68241&amp;amp;xg_source=msg_com_gr_forum#4103961Comment68241"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Means, the default images will just load Android.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to develop an application or add something then you need a code, where you can modify it to suit your work.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157319#M2536</guid>
      <dc:creator>JayZhang</dc:creator>
      <dc:date>2012-04-26T08:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157320#M2537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure all necessary packages are well installed. Please follow suggestion on Android Initialing a Build Environment &lt;A href="http://imxcommunity.org/group/androiddevelopers/forum/topics/git-android-source-code-error#_ftn1" title=""&gt;[1]&lt;/A&gt; &lt;A href="http://source.android.com/source/initializing.html"&gt;to&lt;/A&gt; setup your build machine.&lt;/P&gt;&lt;DIV&gt;&lt;BR clear="all" /&gt;&lt;HR align="left" size="1" width="33%" /&gt;&lt;DIV&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/group/androiddevelopers/forum/topics/git-android-source-code-error#_ftnref1" title=""&gt;[1]&lt;/A&gt; Visit http://&lt;A href="http://source.android.com/source/initializing.html"&gt;http://source.android.com/source/initializing.html&lt;/A&gt; to get official information about Android source code.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 08:58:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157320#M2537</guid>
      <dc:creator>XiaoPong</dc:creator>
      <dc:date>2012-05-14T08:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157321#M2538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you Freescale Taipe Wilson Huang &amp;nbsp;^0^&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Wilson Hung said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/git-android-source-code-error?groupUrl=androiddevelopers&amp;amp;unfollow=1&amp;amp;xg_source=msg_com_gr_forum#4103961Comment69758"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Make sure all necessary packages are well installed. Please follow suggestion on Android Initialing a Build Environment &lt;A href="http://imxcommunity.org/group/androiddevelopers/forum/topics/git-android-source-code-error#_ftn1" rel="nofollow" title=""&gt;[1]&lt;/A&gt; &lt;A href="http://source.android.com/source/initializing.html" rel="nofollow"&gt;to&lt;/A&gt; setup your build machine.&lt;/P&gt;&lt;DIV&gt;&lt;BR clear="all" /&gt;&lt;HR align="left" size="1" width="33%" /&gt;&lt;DIV&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/group/androiddevelopers/forum/topics/git-android-source-code-error#_ftnref1" rel="nofollow" title=""&gt;[1]&lt;/A&gt; Visit http://&lt;A href="http://source.android.com/source/initializing.html" rel="nofollow"&gt;http://source.android.com/source/initializing.html&lt;/A&gt; to get official information about Android source code.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 09:00:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157321#M2538</guid>
      <dc:creator>JayZhang</dc:creator>
      <dc:date>2012-05-14T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157322#M2539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Nice to meet you !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 09:03:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157322#M2539</guid>
      <dc:creator>XiaoPong</dc:creator>
      <dc:date>2012-05-14T09:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157323#M2540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Wilson,&lt;/P&gt;&lt;P&gt;haha, I know you, we have co-worked ever...&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Wilson Hung said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/git-android-source-code-error?groupUrl=androiddevelopers&amp;amp;unfollow=1&amp;amp;xg_source=msg_com_gr_forum#4103961Comment69761"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Yes. Nice to meet you !!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 09:04:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157323#M2540</guid>
      <dc:creator>JayZhang</dc:creator>
      <dc:date>2012-05-14T09:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157324#M2541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay, have you solved the problem already?&lt;/P&gt;&lt;P&gt;In addition, please also check network is working fine&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;DownloadError: android.googlesource.com: &amp;lt;urlopen error [Errno 110] Connection timed out&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 09:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157324#M2541</guid>
      <dc:creator>XiaoPong</dc:creator>
      <dc:date>2012-05-14T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: git android source code error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157325#M2542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I think this is net problem.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Wilson Hung said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/git-android-source-code-error?groupUrl=androiddevelopers&amp;amp;unfollow=1&amp;amp;xg_source=msg_com_gr_forum#4103961Comment69762"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Jay, have you solved the problem already?&lt;/P&gt;&lt;P&gt;In addition, please also check network is working fine&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;DownloadError: android.googlesource.com: &amp;lt;urlopen error [Errno 110] Connection timed out&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 09:15:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/git-android-source-code-error/m-p/157325#M2542</guid>
      <dc:creator>JayZhang</dc:creator>
      <dc:date>2012-05-14T09:15:02Z</dc:date>
    </item>
  </channel>
</rss>

