
30 Oct
2006
30 Oct
'06
2:59 a.m.
ananthsl@libero.it wrote:
Hi, I did install git. But, I'm facing the following problems:
- "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.)
- 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://.