gpt4 book ai didi

github - 使用 git repo 中的新内容更新本地文件夹

转载 作者:行者123 更新时间:2023-12-04 11:56:01 24 4
gpt4 key购买 nike

我在我的 git bash 中使用这个命令将一个 git repo 克隆到我的电脑中

git clone https://github.com/xxx/yyy.git

它在我的电脑中创建了一个名为 yyy 的文件夹。

如何使用 https://github.com/xxx/yyy.git 的新内容更新我电脑中的文件夹 yyy (它被称为远程 repo )?

我按照 Updating a local repository with changes from a Github repository 中的说明进行操作,特别是 git pull origin master但他们都没有工作并返回错误 $ git pull origin master
fatal: Not a git repository (or any of the parent directories): .git
.

我也试过 git pull https://github.com/xxx/yyy.git因为我认为如果我成功做到了 git clone https://github.com/xxx/yyy.git , git pull https://github.com/xxx/yyy.git必须工作,否则 git 语法不是很好。

我应该再次“克隆”以覆盖我电脑中的现有文件夹吗?为什么我不能“拉”?

最佳答案

您需要从克隆的存储库中发出 git 命令:

cd yyy
git pull

关于github - 使用 git repo 中的新内容更新本地文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55216983/

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