git push错误:即使添加了远程URL,也找不到存储库

时间:2019-10-24 15:31:19

标签: git

我使用添加了存储库URL git remote add origin https://github.com/**.git 如果我使用git remote -v进行检查,则可以看到repo url,但是当使用git push origin master推送到相同的url时,我仍然发现 remote: Repository not found. fatal: repository 'https://github.com/**.git/' not found。上面的存储库url仍然有效,我可以克隆,但是在推送时遇到此错误,可能是什么原因?

1 个答案:

答案 0 :(得分:0)

我已使用.git删除了rm -rf .git,并再次使用git init对其进行了初始化,并且能够推送代码了。