github: No supported authentication methods available

前端 未结 16 863
挽巷
挽巷 2020-11-29 16:46

i use github and have successfully added and synched files on my laptop in the past.

as of recent i started getting \"PuTTY Fatal Error: Disconnected: No su

16条回答
  •  一向
    一向 (楼主)
    2020-11-29 16:55

    Worked for me on Windows 8: GIT_SSH variable was pointing to plink.exe, Changed it in the system settings to point to the ssh binary, and that has fixed the problem. To find out full path to the ssh, run:

    where ssh
    

提交回复
热议问题