4

I followed these instruction and could not connect to github for the life of me.

>plink -ssh github.com
FATAL ERROR: Disconnected: No supported authentication methods available

plink -ssh git@github.com
You've successfully authenticated, but GitHub does not

with tortoisegit

git.exe push    "origin" master

ERROR: Permission to name/MyEmptyRepoOnGitHubHere denied to name.
fatal: The remote end hung up unexpectedly

Whats going on?

NOTE: I followed the instructions carefully. It was a lot worse before i followed them.

2 Answers2

2

I'm unsure if this was the solution was cloning first (the instructions say to push)and by using the url like git@github.com:NAME/REPO.git without skipping the git@

-1

More info here - Problem connecting to GitHub on Windows, even via PuTTY

Community
  • 1
  • 1
Wayne Bloss
  • 5,370
  • 7
  • 50
  • 81