GIT CLONE代码时错用户名或密码的解决方式
remote: Incorrect username or password ( access token )
fatal: Authentication failed
解决方式:
输入下面命令清除本地的gitee用户名和密码
git config --system --unset credential.helper
继续执行命令clone代码输入正确的用户名密码即可
GIT CLONE代码时错用户名或密码的解决方式
remote: Incorrect username or password ( access token )
fatal: Authentication failed
解决方式:
输入下面命令清除本地的gitee用户名和密码
git config --system --unset credential.helper
继续执行命令clone代码输入正确的用户名密码即可