Hello,
I'm trying to create a git repository using this tutorial: http://kovshenin.com/2011/howto-remo...it-repository/
I'm new both to git and to Fedora and I'm having problems with step 3 with the symbolic links. Basically I can't access them and I get "Permission denied". I've chmod to 777 both the folder and the symbolic link, but it still doesn't work.
So there is the git repository "project.git" created in /home/user/repositories (where "user"="manager" from the tutorial).
Then I created a symbolic link for the developer "themicha"
How it looks for "themicha":
And when I'm trying to get in:
I would be very grateful for your help. I know it's actually a n00b problem, but I couldn't find the solution on the interwebs yet.
Regards,
themicha
I'm trying to create a git repository using this tutorial: http://kovshenin.com/2011/howto-remo...it-repository/
I'm new both to git and to Fedora and I'm having problems with step 3 with the symbolic links. Basically I can't access them and I get "Permission denied". I've chmod to 777 both the folder and the symbolic link, but it still doesn't work.
So there is the git repository "project.git" created in /home/user/repositories (where "user"="manager" from the tutorial).
Code:
[user@pe1950x repositories]$ ll
total 4
drwxrwxrwx. 7 user developers 4096 Oct 19 10:43 project.git
Code:
[user@pe1950x repositories]$ sudo ln -s /home/user/repositories/project.git/ /home/themicha/
Code:
[themicha@pe1950x ~]$ ll
total 36
drwxr-xr-x. 2 themicha themicha 4096 Aug 23 15:54 Desktop
drwxr-xr-x. 2 themicha themicha 4096 Aug 30 13:16 Documents
drwxr-xr-x. 2 themicha themicha 4096 Aug 30 13:16 Downloads
drwxr-xr-x. 2 themicha themicha 4096 Aug 30 13:16 Music
drwxr-xr-x. 2 themicha themicha 4096 Aug 30 13:16 Pictures
lrwxrwxrwx. 1 root root 36 Oct 19 10:46 project.git -> /home/user/repositories/project.git/
drwxr-xr-x. 2 themicha themicha 4096 Aug 30 13:16 Public
drwxr-xr-x. 2 themicha themicha 4096 Aug 30 13:16 Templates
-rw-------. 1 root root 751 Aug 30 12:54 user
drwxr-xr-x. 2 themicha themicha 4096 Aug 30 13:16 Videos
Code:
[themicha@pe1950x ~]$ cd project.git
-bash: cd: project.git: Permission denied
Regards,
themicha