Skip to content
Discussion options

You must be logged in to vote

Can you try again after adding an entry in your ~.ssh/config

Suggest you generate a dedicate ssh key-pair for GitHub.

Host github github.com
  User git
  IdentityFile %d/.ssh/<ssh-key-paired-with-GitHub>
  IdentitiesOnly yes
  ForwardX11 no 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mcdalvi
Comment options

Answer selected by yaswant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q & A
Labels
None yet
2 participants