git push的时候提交时显示权限403问题

问题描述:

  • 环境:windows
  • 问题复述:git push时报错403

报错信息:

$ git push
remote: Permission to Pam0255/coursework.git denied to paricw.
fatal: unable to access ‘GitHub - Pam0255/coursework: Pam's coursework’: The requested URL returned error: 403

git config --global --list
user.name=Pam0255
http.sslverify=false
http.proxy=http://127.0.0.1:10809
https.proxy=http://127.0.0.1:10809

怀疑是配置过两个github账号导致这个问题 目前解决是将另一个paricw账号加到了项目中…可以了提交了

但是想问下老师这个一般是哪里的配置会导致这个问题呢?