From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Sun, 29 Oct 2006 19:59:58 -0600 Subject: [U-Boot-Users] MPC8360EPB: error while compiling start.S In-Reply-To: References: Message-ID: <45455C9E.6060500@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ananthsl at libero.it wrote: > Hi, > I did install git. > But, I'm facing the following problems: > 1) "git clone" gives the following error: > git: fatal error: `chdir' failed: permission denied. > I'm running git as a normal user - not as root. (I cannot get "root" permission on the server.) > > 2) I'm inside a firewall. Do I need to make some settings for git to work with external websites? Are you using the git:// or http:// protocols? If you're using git://, try replacing that with http://, which is meant for firewalls. We have the same problem here in Freescale, so we always need to use http://.