19
GitHub:无效的用户名或密码
我有一个托管在GitHub上的项目。尝试在主服务器上进行修改时失败。我总是收到以下错误消息 Password for 'https://git@github.com': remote: Invalid username or password. fatal: Authentication failed for 'https://git@github.com/eurydyce/MDANSE.git/' 但是,将我的ssh密钥设置为github似乎还可以。确实,当我做一个ssh -T git@github.com我会 Hi eurydyce! You've successfully authenticated, but GitHub does not provide shell access. 这似乎表明从这一方面来看一切都很好(eurydyce是我的github用户名)。我严格按照github上给出的说明和许多堆栈讨论的建议进行操作,但是没有办法。您是否知道我做错了什么?