Skip to content

Instantly share code, notes, and snippets.

@jaceju
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save jaceju/d043b33162db01be6880 to your computer and use it in GitHub Desktop.

Select an option

Save jaceju/d043b33162db01be6880 to your computer and use it in GitHub Desktop.
Mac SSH key 解決

GitHub git push 時身份錯誤

  1. 確認 ~/.ssh/config 的設定是正確的
  2. 用判斷錯誤的身份登入 GitHub
  3. SSH keys 中刪掉錯誤身份的 ssh key
  4. 重新用 ssh -T git@github.com 來連線
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment