Fatal Error: Disconnected: No supported authentication methods available.
I lost so many hours to that little error. Here was the problem:
I followed the steps in this lovely PyCharm tutorial which walks you through creating your ssh key, saving it to a profile, and applying it to your GitHub account. This was successful in getting the terminal working. However, the error noted above was happening when I tried to use PyCharm’s Git integration and pull or push with the GitHub repository.
Continue reading