>> 钥匙串访问找到关于git的信息进行删除然后在命令行中重新设置用户名和邮箱git config --global user.name "username" git config --global user.email "email"重新设置完后就可以_repository not fou">
赞
踩
如果电脑不是使用自己的电脑
需要前往 启动台>>> 钥匙串访问
找到关于git的信息进行删除
然后在命令行中重新设置用户名和邮箱
git config --global user.name "username"
git config --global user.email "email"
重新设置完后就可以进行操作了
在clone和pull都没问题的时候
重新提交一下仓库地址就可以了
git remote set-url origin git@github.com:<仓库地址>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。