gpt4 book ai didi

git - 为什么在推送到 Bare git repo 后我看不到文件

转载 作者:太空狗 更新时间:2023-10-29 13:17:19 25 4
gpt4 key购买 nike

我有我的本地开发仓库(来源)和我使用 git init --bare 作为 recommended here 创建的远程仓库.我还运行了 git --bare update-server-info

git config --bool core.bare true

git remote -v 显示

origin  http://staging.websitename.com (fetch)

origin http://staging.websitename.com (push)

remote ssh://user@xx.xx.xx/home/user/public_html/staging (fetch)

remote ssh://user@xx.xx.xx/home/user/public_html/staging (push)

在这之后运行 git push remote 或 git push -all remote,它通过并且没有给我任何错误。为什么我看不到远程存储库中的文件??

Compressing objects: 100% (4121/4121), done.
Writing objects: 100% (4242/4242), 18.70 MiB | 694 KiB/s, done.
Total 4242 (delta 495), reused 0 (delta 0)

最佳答案

裸存储库没有工作副本,因此您不会“看到”任何文件。尝试做一个 git log,你可以看到提交。从裸仓库克隆,您将获得文件。

关于git - 为什么在推送到 Bare git repo 后我看不到文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19119880/

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