gitty icon indicating copy to clipboard operation
gitty copied to clipboard

Help instruction on how to add keys

Open ushadow opened this issue 12 years ago • 3 comments

Currently the UI for adding keys are not obvious. May need to add help instruction for how to add keys. Maybe add "SSH Keys" section with "New Keys" button under user profile view too.

ushadow avatar Jun 16 '12 23:06 ushadow

The site UI never received a lot of care. It's mostly the scaffold-generated code, plus a bit of CSS here and there. Unfortunately, I'm not able to work on Gitty this summer. However, if you'd send a pull request, I wouldn't mind reviewing and deploying it.

The GitHub guide is probably a good starting point, or you can link to it https://help.github.com/articles/generating-ssh-keys

pwnall avatar Jun 17 '12 08:06 pwnall

This isn't a direct solution for your bug, but I have implemented git-over-http. Setting that up is significantly easier, as it doesn't require ssh or keys.

https://help.github.com/articles/set-up-git

pwnall avatar Jul 09 '12 01:07 pwnall

Cool. Thanks!

ushadow avatar Jul 10 '12 06:07 ushadow