200字范文,内容丰富有趣,生活中的好帮手!
200字范文 > git修改密码后 不能push或者pull问题

git修改密码后 不能push或者pull问题

时间:2019-12-19 18:00:08

相关推荐

git修改密码后 不能push或者pull问题

pull代码时的提示信息:

yiche@localhost yc-index % git pullremote: HTTP Basic: Access deniedfatal: Authentication failed for '/EFFC/IS/web/yc-index.git/'

处理方法:

git config --global user.name "xxx"git config --global user.email "邮箱"

输入以上两句命令后,再执行pull和push操作,重新输入自己的密码即可。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。