git中第一次建仓不小心输错用户名或密码一直报错Incorrect username or password (access token)

tech2026-09-26  1

直接在git窗口用这个:git config --system --unset credential.helper 然后再重新 git push -u origin master

最新回复(0)