赞
踩
拉取码云上面的一个仓库代码。
$ git pull mike master
remote: You do not have permission to pull from the repository via HTTPS
fatal: Authentication failed for ‘https://gitee.com/WF001/XXXXX.git/’
本地仓库以前配置了一个账号,现在拉取的是另外一个账号的仓库,但是在使用git pull之后,只是报错,又不出现对话框给你重新输入用户名密码。导致一直不能拉取。
使用下面这条命令之后,拉取的时候,会弹出对话框,重新输入用户名和密码。
$ git config --system --unset credential.helper
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。