我已经在中创建了一个新的存储库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 上搜索这个问题时,我找到了几个链接,但其中提到的解决方法似乎不起作用。任何建议都将不胜感激!
更新:我尝试了以下解决方法但没有成功:
- 更新
url
中的以.git/config
采取username
和password
- 给出命令中
username
的password
url
git clone
- 更新
username
并password
使用全局git
配置命令