On May 12, 2015 10:37 AM, "Ben Cotton" <bcotton@fedoraproject.org> wrote:
>
> Sandra,
>
> Try using /git/ instead of /cgit/ in your URL. That should clear it up for you.
>
>
> Thanks,
> BC
>
> --
> Ben Cotton
> --
>

I also habitually add entries to ~/.ssh/config like this:

Host *fedorahosted.org *fedoraproject.org *fedorapeople.org
   User fasusername
   IdentityFile ~/.ssh/fedora_id_rsa
   IdentitiesOnly yes

ssh and tools that use it like git, scp, or rsync will then always know the right username and private key and I can be lazy about connect commands.

--Pete