为什么我从 GitHub 收到这些错误?
我按照这些说明操作,但无法连接到 github我的生活。
>plink -ssh github.com
FATAL ERROR: Disconnected: No supported authentication methods available
plink -ssh [email protected]
You've successfully authenticated, but GitHub does not
与 tortoisegit
git.exe push "origin" master
ERROR: Permission to name/MyEmptyRepoOnGitHubHere denied to name.
fatal: The remote end hung up unexpectedly
发生了什么事?
注意:我仔细遵循了说明。在我跟随他们之前,情况要糟糕得多。
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 [email protected]
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定这是否是首先克隆的解决方案(说明上说要推送)并使用
[email protected]:NAME/REPO.git
不跳过git@
I'm unsure if this was the solution was cloning first (the instructions say to push)and by using the url like
[email protected]:NAME/REPO.git
without skipping thegit@
更多信息请点击此处 - 在 Windows 上连接到 GitHub 时出现问题,甚至通过 PuTTY
More info here - Problem connecting to GitHub on Windows, even via PuTTY