Github is not loyal to the Git way of life. They reinvent or add sugar to parts of Git that do not appeal to amateur developers.
For example, Github for Mac hides the Git workflow with semantics that are similar to Dropbox and SVN. They have also switched the default authentication from SSH-based to username and password based.
This is very intelligent on their part. Less scary = more developers = solidified Github as THE code repo of the Internet.
No it isn't. That's a win for the GitHub workflow. People learn how to use git locally, if they aren't using the mac or windows client. They don't learn how to collaborate the standard way, though.
For people that have never setup SSH, HTTPS auth is very simple. The latest Git supports credential cachers so you don't have to type the password in each time. I also personally love that the same GitHub URL works in the browser and through the Git CLI.
If you click the "SSH" button on GitHub repositories, it'll remember your preference.
It remembers for me, but their pull request emails always send the https link, which is annoying as shit. I emailed them about it, and their response was that they are trying to get everyone to use https, so no, they won't switch it or make it smarter.
For example, Github for Mac hides the Git workflow with semantics that are similar to Dropbox and SVN. They have also switched the default authentication from SSH-based to username and password based.
This is very intelligent on their part. Less scary = more developers = solidified Github as THE code repo of the Internet.