解决修改代码仓库密码后无法git提交代码 remote: Incorrect username or password ( access token )

问题

修改代码仓库密码后无法git提交代码

解决修改代码仓库密码后无法git提交代码 remote: Incorrect username or password ( access token )

remote: Incorrect username or password ( access token )

原因

修改过帐号的密码后,电脑本地还是记录着以前的密码,需重新更改一下本地的密码

解决

重新更改一下本地的密码

解决修改代码仓库密码后无法git提交代码 remote: Incorrect username or password ( access token )

解决修改代码仓库密码后无法git提交代码 remote: Incorrect username or password ( access token )

找到要修改的帐号

解决修改代码仓库密码后无法git提交代码 remote: Incorrect username or password ( access token )

修改密码后保存即可

解决修改代码仓库密码后无法git提交代码 remote: Incorrect username or password ( access token )

修改后重新提交就ok了

解决修改代码仓库密码后无法git提交代码 remote: Incorrect username or password ( access token )

相关文章:

  • 2021-04-19
  • 2021-05-07
  • 2022-01-17
猜你喜欢
  • 2021-07-31
  • 2021-09-20
  • 2022-12-23
  • 2021-04-07
  • 2021-06-27
相关资源
相似解决方案