赞
踩
解决Git Credential Manager Enter credentials for ‘https://gitee.com/‘弹出报错
这个玩意很简单 就是在自己的gitee私有仓库里克隆一下自己的就能修复
这意味着你需要输入你的 gitee.com 的用户名和密码进行身份验证。
输入你在 gitee.com 上注册的用户名和密码即可。如果你还没有帐号,请先注册。
Git Credential Manager 可以管理你的 git 凭证,从而避免重复输入用户名和密码。
git config --global credential.helper manager-core
git config --global credential.useHttpPath true
3. 现在,当你需要进行身份验证时,Git Credential Manager会提示你输入你的凭证。
输入用户名和密码后,Git Credential Manager 会记住你的凭证,并在以后的交互中自动使用它们。
希望这可以帮助你解决问题。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。