我使用我的工作帐户运行git clone remote_url
,然后运行git config user.name personal_user
和git config user.email personal_email
更改为我的个人帐户。
然而,当我做git push origin mybranch
Pushing to git@github.com:whensbrunch/Surprise.git
ERROR: Permission to repo denied to work_user.
fatal: Could not read from remote repository.
我迷失了如何调试它。尝试在.git repo中运行grep以查看是否有任何未删除的work_user提及(日志中有)。还尝试在ssh和https远程URL之间切换。