【发布时间】:2015-02-05 20:11:36
【问题描述】:
我在设置 bitbucket 存储库时遇到了一些问题
humantoast@rails-tutorial:~/workspace/hello_app (master) $ git remote add origin git@bitbucket.org:HumanToast/hello_app.git
fatal: remote origin already exists.
.
humantoast@rails-tutorial:~/workspace/hello_app (master) $ git push -u origin --all
conq: repository does not exist.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
【问题讨论】:
-
这两个错误似乎是矛盾的......你的 repo
hello_app存在吗? -
同意@CarlesJoveBuxeda 运行
git remote -v并分享输出。或尝试git remote rm origin并重新添加它。看看这是否改变了什么。
标签: ruby-on-rails railstutorial.org