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 push origin master
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/xxxxxx/xxxxxxxxx.git/'
修改为正确的用户名与密码即可