Git在提交代码时出现的fatal: Authentication failed的问题

git push origin master
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/xxxxxx/xxxxxxxxx.git/'


Git在提交代码时出现的fatal: Authentication failed的问题_第1张图片


Git在提交代码时出现的fatal: Authentication failed的问题_第2张图片


Git在提交代码时出现的fatal: Authentication failed的问题_第3张图片


修改为正确的用户名与密码即可

转载于:https://www.cnblogs.com/gispathfinder/p/11022332.html

你可能感兴趣的:(git)