gpt4 book ai didi

git - 为什么我不能从远程 git pull?

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

我正在尝试从 WP Engine 上的远程仓库执行 git pull,但遇到了问题。

$ git pull production master
fatal: Couldn't find remote ref master
$ fatal: The remote end hung up unexpectedly

我运行了以下命令以获取更多信息;

$ git branch -a
master
* wpengine
remotes/origin/HEAD -> origin/master
remotes/origin/master

然后尝试;

$ git pull production origin/master
fatal: Couldn't find remote ref origin/master
$ fatal: The remote end hung up unexpectedly

还有;

$ git pull production remotes/origin/master
fatal: Couldn't find remote ref remotes/origin/master
$ fatal: The remote end hung up unexpectedly

我是在错误地引用我想要 pull 的远程分支,还是我需要解决的 WP Engine 问题?

最佳答案

我在 WPEngine 上的新 repo 上遇到了完全相同的问题。问题原来是我以前从来没有推过 repo 协议(protocol),所以没有什么可 pull 的。解决方案首先是:

git push production master

从那时起,我想 pull 多少就 pull 多少。

关于git - 为什么我不能从远程 git pull?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22148582/

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