gpt4 book ai didi

railstutorial.org - Git 错误代码 : No refs in common and none specified; doing nothing

转载 作者:行者123 更新时间:2023-12-04 08:57:38 30 4
gpt4 key购买 nike

我正在关注 rails 教程并被困在第 1.4.3 章 Bitbucket 上。
https://www.railstutorial.org/book/beginning#sec-bitbucket
这就是我所写的,也是我得到的答案。

pellem@rails-tutorial:~/workspace/hello_app (master) $ git remote add origin git@bitbucket.org:pellemartenson/hello_app.git
fatal: remote origin already exists.

pellem@rails-tutorial:~/workspace/hello_app (master) $ git push -u origin --all
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
fatal: The remote end hung up unexpectedly
Everything up-to-date

我发现了一些类似的问题并尝试了一些建议。但这对我不起作用,或者我不明白答案。

最佳答案

如果使用位桶,它需要采取某些步骤是理所当然的,因此会给您带来很多痛苦。
但这是我解决这个问题的方法。
在您项目的根目录中

    git init
git add .
git commit -m "message"

然后按照 repo 初始页面中的步骤操作
    git remote add origin https://xxxx@bitbucket.org/xxx/xxx.git
git push -u origin --all
git push -u origin --tags

希望我帮助过某人!

关于railstutorial.org - Git 错误代码 : No refs in common and none specified; doing nothing,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28217480/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com