#4125 I met some access problem of Git on http://fedorapeople.org/
Closed: Fixed Opened by tekkamanninja.

= phenomenon =
I met some access problem of Git on fp.o
I can create/push/clone my Git repo. I follow the instruction in wiki, But it still can not be clone ,except me. could you help me?

[tekkamanninja@fuwei temp]$ git clone http://tekkamanninja.fedorapeople.org/git/uefi-grub-cross-SDK.git
Cloning into 'uefi-grub-cross-SDK'...
fatal: unable to access 'http://tekkamanninja.fedorapeople.org/git/uefi-grub-cross-SDK.git/': The requested URL returned error: 403
[tekkamanninja@fuwei temp]$ git clone git://fedorapeople.org/~tekkamanninja/uefi-grub-cross-SDK.git
Cloning into 'uefi-grub-cross-SDK'...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

= reason =
I want my code can be clone by anyone. It is a SDK-like repo of uefi&grub for ARM.

= recommendation =
Please, help me check the Access Permissions of my repo


You needed to do a 'restorecon -Rv' on the public_git directory. The files didn't have the proper selinux contexts. ;)

I did so and was able to clone it fine.

Please let us know if you need anything further.

Metadata