remote: Incorrect username or password ( access token )

remote: Incorrect username or password ( access token )

git config --local user.name xxx
git config --local user.email [email protected]

# HTTP方式
git clone https://gitee.com/gitee账号名/仓库名.git
// remote: Incorrect username or password ( access token )

解决方法:打开电脑的控制面板–>用户账户–>管理Windows凭据(win10可以直接搜索** 凭据管理器**)

//改用SSH方式
git clone [email protected]:/gitee账号名/仓库名.git


//改用SSH方式
git clone [email protected]:/gitee账号名/仓库名.git


你可能感兴趣的:(Git)