github remote: Repository not found.

在commit后准备push代码,提示为remote: Repository not found.经过网上搜索,发现可能是因为在笔记本上也拉取push过代码导致凭证不唯一的问题?在网上找到删除凭证,具体操作流程为:
windows电脑:控制面板->凭据管理器->Windows凭据->删除github的账号。
然后就重新push就好了。
另外还有一个在githbash上设置远程链接的操作,因为我误操作设置错了链接,因此重新设置了一下链接:

git remote add origin [email protected]:XXXXXXXXXXXXXXXX

好了,就是这样

你可能感兴趣的:(github remote: Repository not found.)