Hacker News new | ask | show | jobs
by nemoto 4834 days ago
If you have trouble cloning/pushing on git@github.com right now, you could use these config[1] for ~/.ssh/config

    Host github.com
      Hostname ssh.github.com
      Port 443
Cloning and pushing to github now works in my machine.

[1]: https://help.github.com/articles/using-ssh-over-the-https-po...

1 comments

Wow! Huge thanks, this actually works (for those of you still having trouble)