gpt4 book ai didi

git - 如何将 github clone 推送到新的 github repo?

转载 作者:太空狗 更新时间:2023-10-29 14:39:41 25 4
gpt4 key购买 nike

我在本地克隆了我自己的 github 存储库,制作了一个不同的项目,现在我想将它作为一个新的存储库推送到 github。我被迫首先在 github 上创建一个空白的 repo 协议(protocol),然后 push 它,因为似乎不可能通过 push 它来创建一个新的 repo 协议(protocol)。现在,当我这样做时,我会收到一条常见的错误消息:

remote: error: refusing to update checked out branch: refs/heads/master
remote: error: By default, updating the current branch in a non-bare repository
remote: error: is denied, because it will make the index and work tree inconsistent
remote: error: with what you pushed, and will require 'git reset --hard' to matc
remote: error: the work tree to HEAD.
remote: error:
remote: error: You can set 'receive.denyCurrentBranch' configuration variable to
remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into
remote: error: its current branch; however, this is not recommended unless you
remote: error: arranged to update its work tree to match what you pushed in some
remote: error: other way.
remote: error:
remote: error: To squelch this message and still keep the default behaviour, set
remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.

将远程(空)存储库克隆到虚拟分支(其他地方的建议)在这里不起作用,我也无法修改远程存储库的设置。我不想强制任何事情,我希望历史清楚地表明,曾经是另一个 github 存储库。

我也尝试过 fork 原始的 github repo,并与之 merge ,但是在 github 上 fork 我自己的 repo 没有做任何事情。

实现我想要的最好/最干净的方法是什么?

最佳答案

您需要先在您的本地仓库中注册一个仓库(您在 github 上创建的空白仓库)。

$ git remote add another_repo git@github.com:XXX.git

然后你可以推送到这个仓库

$ git push -u another_repo master

关于git - 如何将 github clone 推送到新的 github repo?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13340043/

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