code.google.com:git:致命:远程错误:未找到存储库

code.google.com:git:致命:远程错误:未找到存储库

我已经在中创建了一个新的存储库code.google.com,生成了code.google.com密码并使用更新了我~/.netrc

machine code.google.com login <email-id> password <password>

按照中的说明code.google.com,我可以clone使用以下命令访问存储库:

git clone https://code.google.com/p/<repository-name>/

然后我将一些文件添加到存储库并执行,git add然后执行git commit。但是当我执行时,git push origin master它出现了以下错误

fatal: remote error: Repository not found

当我在 Google 上搜索这个问题时,我找到了几个链接,但其中提到的解决方法似乎不起作用。任何建议都将不胜感激!

更新:我尝试了以下解决方法但没有成功:

  1. 更新url中的以.git/config采取usernamepassword
  2. 给出命令中username的​passwordurlgit clone
  3. 更新usernamepassword使用全局git配置命令

相关内容