Code Junkie
Code Junkie

Reputation: 1372

Why doesn't anything happen in GitHub when I click: "Add another public key"?

I'm working on installing Git on my own for the first time. I've generated a key, but when I go to github.com > account settings > SSH and click "Add another public key", nothing happens.

At work I am involved in a project which uses Git, but that was set up for me before I understood Git at all. My account seems to have about five public keys already registered. Oddly, four of them are for the same computer.

Does anyone know why nothing happens when I click"Add another public key" in GitHub SSH settings?

Upvotes: 0

Views: 239

Answers (1)

jrubio
jrubio

Reputation: 206

It's a known issue that is currently being fixed - github's setting page redesign.

When I click "Add another private key", nothing happens.
> @mvisich @davemitchellco Sorry about that, pushing out a fix right now.

Upvotes: 2

Related Questions