Dear Sir/Madam,
I am trying to download the Linaro builded staging-panda-11.11-release code. While the "repo sync" process failed when I was fetching the project "people/andygreen/repo-branch-archive.git /" from Remote "http://git.linaro.org/git". Then, I tried the manual download the project by "git clone" command with http, git and ssh link available for that branch but also failed.
Is that because of the repository configuration error? Would you please help me to figure it out?
Thank you, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.comhttp://www.rsa.com
Hi David,
On 06/28/2012 02:39 AM, david2.qian@rsa.com wrote:
Dear Sir/Madam,
I am trying to download the Linaro builded staging-panda-11.11-release code. While the "repo sync" process failed when I was fetching the project "people/andygreen/repo-branch-archive.git /" from Remote "http://git.linaro.org/git". Then, I tried the manual download the project by "git clone" command with http, git and ssh link available for that branch but also failed.
This doesn't really solve your problem, but just so you know it is at least working somewhere, I was able to clone this repository without any problems:
$ git clone git://git.linaro.org/people/andygreen/repo-branch-archive.git Cloning into 'repo-branch-archive'... remote: Counting objects: 2358887, done. remote: Compressing objects: 100% (376307/376307), done. remote: Total 2358887 (delta 1978715), reused 2340994 (delta 1960848) Receiving objects: 100% (2358887/2358887), 538.06 MiB | 259 KiB/s, done. Resolving deltas: 100% (1978715/1978715), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ git checkout tilt-android-tracking Checking out files: 100% (38283/38283), done. Branch tilt-android-tracking set up to track remote branch tilt-android-tracking from origin. Switched to a new branch 'tilt-android-tracking'
Just out of curiosity, are you trying to access the repository through a firewall?
Best regards, Matt
Is that because of the repository configuration error? Would you please help me to figure it out?
Thank you, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.comhttp://www.rsa.com
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Hi Matt,
Thank you for response!
Yes, you are right, I am trying to access the repository through my company firewall which blocks the "git" port. Therefore, I tried the following http port as long as other projects from the same remote repository is accessible through http port: " http://git.linaro.org/git/people/andygreen/repo-branch-archive.git"
Is there any way to bypass the firewall restriction?
Thank you, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.com
-----Original Message----- From: Matt Waddel [mailto:matt.waddel@linaro.org] Sent: Tuesday, July 03, 2012 6:08 AM To: Qian, David ( RSA ) Cc: linaro-android@lists.linaro.org Subject: Re: Issue for downloading Linaro-11.11 code
Hi David,
On 06/28/2012 02:39 AM, david2.qian@rsa.com wrote:
Dear Sir/Madam,
I am trying to download the Linaro builded staging-panda-11.11-release code. While the "repo sync" process failed when I was fetching the project "people/andygreen/repo-branch-archive.git /" from Remote "http://git.linaro.org/git". Then, I tried the manual download the project by "git clone" command with http, git and ssh link available for that branch but also failed.
This doesn't really solve your problem, but just so you know it is at least working somewhere, I was able to clone this repository without any problems:
$ git clone git://git.linaro.org/people/andygreen/repo-branch-archive.git Cloning into 'repo-branch-archive'... remote: Counting objects: 2358887, done. remote: Compressing objects: 100% (376307/376307), done. remote: Total 2358887 (delta 1978715), reused 2340994 (delta 1960848) Receiving objects: 100% (2358887/2358887), 538.06 MiB | 259 KiB/s, done. Resolving deltas: 100% (1978715/1978715), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ git checkout tilt-android-tracking Checking out files: 100% (38283/38283), done. Branch tilt-android-tracking set up to track remote branch tilt-android-tracking from origin. Switched to a new branch 'tilt-android-tracking'
Just out of curiosity, are you trying to access the repository through a firewall?
Best regards, Matt
Is that because of the repository configuration error? Would you please help me to figure it out?
Thank you, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.comhttp://www.rsa.com
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Hi David,
On 07/02/2012 08:28 PM, david2.qian@rsa.com wrote:
Hi Matt,
Thank you for response!
Yes, you are right, I am trying to access the repository through my company firewall which blocks the "git" port. Therefore, I tried the following http port as long as other projects from the same remote repository is accessible through http port: " http://git.linaro.org/git/people/andygreen/repo-branch-archive.git"
Is there any way to bypass the firewall restriction?
I have not had this limitation so I haven't actually tried them, but these instructions look like what you need:
http://processors.wiki.ti.com/index.php/Git#Using_Git_Behind_a_Firewall
Can you let us know if they work?
Thanks, Matt
Thank you, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.com
-----Original Message----- From: Matt Waddel [mailto:matt.waddel@linaro.org] Sent: Tuesday, July 03, 2012 6:08 AM To: Qian, David ( RSA ) Cc: linaro-android@lists.linaro.org Subject: Re: Issue for downloading Linaro-11.11 code
Hi David,
On 06/28/2012 02:39 AM, david2.qian@rsa.com wrote:
Dear Sir/Madam,
I am trying to download the Linaro builded staging-panda-11.11-release code. While the "repo sync" process failed when I was fetching the project "people/andygreen/repo-branch-archive.git /" from Remote "http://git.linaro.org/git". Then, I tried the manual download the project by "git clone" command with http, git and ssh link available for that branch but also failed.
This doesn't really solve your problem, but just so you know it is at least working somewhere, I was able to clone this repository without any problems:
$ git clone git://git.linaro.org/people/andygreen/repo-branch-archive.git Cloning into 'repo-branch-archive'... remote: Counting objects: 2358887, done. remote: Compressing objects: 100% (376307/376307), done. remote: Total 2358887 (delta 1978715), reused 2340994 (delta 1960848) Receiving objects: 100% (2358887/2358887), 538.06 MiB | 259 KiB/s, done. Resolving deltas: 100% (1978715/1978715), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ git checkout tilt-android-tracking Checking out files: 100% (38283/38283), done. Branch tilt-android-tracking set up to track remote branch tilt-android-tracking from origin. Switched to a new branch 'tilt-android-tracking'
Just out of curiosity, are you trying to access the repository through a firewall?
Best regards, Matt
Is that because of the repository configuration error? Would you please help me to figure it out?
Thank you, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.comhttp://www.rsa.com
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Hi Matt,
Thank you for the information!
I have tried the corkscrew last year, it does works. While the connection between my PC and the proxy server is not so stable, so download broke again and again. The result is the whole package is incomplete.
Comparing to that, the Linaro package is much better -- only one/two project I cannot download from company network. I can try to download it from my home.
Thanks again, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.com
-----Original Message----- From: Matt Waddel [mailto:matt.waddel@linaro.org] Sent: Thursday, July 05, 2012 7:13 AM To: Qian, David ( RSA ) Cc: linaro-android@lists.linaro.org Subject: Re: Issue for downloading Linaro-11.11 code
Hi David,
On 07/02/2012 08:28 PM, david2.qian@rsa.com wrote:
Hi Matt,
Thank you for response!
Yes, you are right, I am trying to access the repository through my company firewall which blocks the "git" port. Therefore, I tried the following http port as long as other projects from the same remote repository is accessible through http port: " http://git.linaro.org/git/people/andygreen/repo-branch-archive.git"
Is there any way to bypass the firewall restriction?
I have not had this limitation so I haven't actually tried them, but these instructions look like what you need:
http://processors.wiki.ti.com/index.php/Git#Using_Git_Behind_a_Firewall
Can you let us know if they work?
Thanks, Matt
Thank you, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.com
-----Original Message----- From: Matt Waddel [mailto:matt.waddel@linaro.org] Sent: Tuesday, July 03, 2012 6:08 AM To: Qian, David ( RSA ) Cc: linaro-android@lists.linaro.org Subject: Re: Issue for downloading Linaro-11.11 code
Hi David,
On 06/28/2012 02:39 AM, david2.qian@rsa.com wrote:
Dear Sir/Madam,
I am trying to download the Linaro builded staging-panda-11.11-release code. While the "repo sync" process failed when I was fetching the project "people/andygreen/repo-branch-archive.git /" from Remote "http://git.linaro.org/git". Then, I tried the manual download the project by "git clone" command with http, git and ssh link available for that branch but also failed.
This doesn't really solve your problem, but just so you know it is at least working somewhere, I was able to clone this repository without any problems:
$ git clone git://git.linaro.org/people/andygreen/repo-branch-archive.git Cloning into 'repo-branch-archive'... remote: Counting objects: 2358887, done. remote: Compressing objects: 100% (376307/376307), done. remote: Total 2358887 (delta 1978715), reused 2340994 (delta 1960848) Receiving objects: 100% (2358887/2358887), 538.06 MiB | 259 KiB/s, done. Resolving deltas: 100% (1978715/1978715), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ git checkout tilt-android-tracking Checking out files: 100% (38283/38283), done. Branch tilt-android-tracking set up to track remote branch tilt-android-tracking from origin. Switched to a new branch 'tilt-android-tracking'
Just out of curiosity, are you trying to access the repository through a firewall?
Best regards, Matt
Is that because of the repository configuration error? Would you please help me to figure it out?
Thank you, David Qian | Senior Engineer, Office of the CTO | RSA, The Security Division of EMC | Shanghai +86 021 60951100 - 3284 | www.rsa.comhttp://www.rsa.com
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org