git push -u origin master
remote: Permission to ignaciozhuzhu/pressure_test.git denied to ***.
fatal: unable to access ‘https://[email protected]/ignaciozhuzhu//‘: The requested URL returned error: 403
此为本地git帐号切换问题。
网上说的git config 之类的都是修改提交用户,而不是推送用户。
我之前一直使用的密码登录,出现这种情况之前我做了两件可能导致403的事情:
1. 删除了原先账户在Github上的Personal Access Token
2. 切换到了另一个账户并且推送成功
后来终于找到了解决办法,如下:
打开【控制面板】 - 【凭据管理器】 - 【Windows凭据】,找到git:https://github.com的凭据删除掉,这次再推送就会弹出Github的小登录窗口了。
Happy Coding!
原文地址:https://www.cnblogs.com/ignacio/p/8412944.html
时间: 2024-10-07 03:29:20