gpt4 book ai didi

git - 与 git 斗争,无法推送到新的远程存储库

转载 作者:太空狗 更新时间:2023-10-29 12:45:03 28 4
gpt4 key购买 nike

好的,希望这对您来说应该很容易。我是 git、BitBucket 的新手,也是版本控制的新手,我会遗漏一些对您来说很明显的东西。

所以这就是我所做的:我在我的机器上安装了 git 并设置了我的全局变量。在 BitBucket 上设置一个新的 repo。然后:

$ git clone https://[me]@bitbucket.org/[me]/[my_project].git

我在本地创建一个新文件 (index.html),添加并提交:

$ git add index.html 
$ git commit -m "Initial commit."
[master (root-commit) 01d4120] Initial commit.
1 files changed, 164 insertions(+), 0 deletions(-)
create mode 100755 index.html

提交成功。

$ git push
Password:
Everything up-to-date

我输入我的密码 aaaaa 并且...一切都是最新的...它不推送。我只想从我的本地中继直接推送到远程中继。

如果这真的很明显,我很抱歉,但我对一切都太陌生了,我似乎找不到任何信息,我只是在完成“BitBucket 101”步骤。干杯。

最佳答案

你必须做:

git push origin master

如果您有不同的 Remote ,请更改原点。

如果你有不同的分支,请更改 master。

关于git - 与 git 斗争,无法推送到新的远程存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7908381/

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