In need of remedial git/ssh help

Pete Travis me at petetravis.com
Tue May 12 17:30:55 UTC 2015


On May 12, 2015 10:37 AM, "Ben Cotton" <bcotton at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/docs/attachments/20150512/883b60ff/attachment.html>


More information about the docs mailing list