https://bugzilla.redhat.com/show_bug.cgi?id=1953340
--- Comment #21 from Ankur Sinha (FranciscoD) sanjay.ankur@gmail.com --- The clone works for me, so the repo seems to be set up correctly.
I can't check on the account system if you uploaded your public SSH key there, so that'll be the first thing to check.
Then, if you have multiple keys (for example I have a separate one for Fedora tasks), you'll have to configure ssh to point out what key you are using for what service. So, your ~/.ssh/config file will have something like this in it:
HOST *.fedoraproject.org fedorapeople.org *.pagure.io IdentityFile <full path to your private ssh key file> User <your Fedora username>