Git Push因特有的电子邮件处理错误而失败

时间:2018-06-21 21:14:40

标签: git github

突然我在尝试推送到git时看到了

apiUrl: 'https://localhost:44325/api/

然后它拒绝了我。直到今天,电子邮件还没有被篡改。

Username for 'https://github.com': mtobis@gmail.com
Password for 'https://mtobis@gmail.com@github.com': 

返回

git config user.email

符合预期。我不知道为什么它将@ github.com附加到我的电子邮件中,或者如何说服它停止。

这是怎么回事?我现在该如何推送??

据我所知,我对git配置没有做任何事情!

1 个答案:

答案 0 :(得分:1)

您的用户名是“ mtobis”,而不是“ mtobis@gmail.com”。