赞
踩
Push failed
user_cf: ERROR: Repository not found. Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
在新建仓库后,遇到问题,push不上去,pull不下来,但能clone下来
git branch -a&git branch -r,都无显示。git remote -v有显示远程仓库。
尝试:1.升级git,用git branch -a检查,看是否解决。
2.若上述方法失败,删除远程仓库后重新连接,尝试是否可行。
git remote remove origin
git remote add origin git@github.com:xxxxxxxxxx
git fetch
成功解决。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。