gpt4 book ai didi

git - 你在尚未诞生的 Twig 上

转载 作者:IT王子 更新时间:2023-10-29 01:01:38 26 4
gpt4 key购买 nike

我有一个奇怪的问题:

$ cd ~/htdocs

$ mkdir test

$ cd test

$ git init
Initialized empty Git repository in /home/deep/htdocs/test/.git/

$ git checkout master
error: pathspec 'master' did not match any file(s) known to git.

$ git checkout -b master
fatal: You are on a branch yet to be born

$ git checkout origin/master
error: pathspec 'origin/master' did not match any file(s) known to git.

$ git branch -a
(empty this)

但这是新的本地空仓库。 master 分支在哪里?

最佳答案

一如既往,Git 是对的,它只是用一种古怪的方式表达它:当您创建存储库时,master 分支实际上还不存在,因为它没有任何指向。

您是否尝试过在 git init 之后提交一些东西?当然,添加一个 Remote 并从中 pull 出也可以。

关于git - 你在尚未诞生的 Twig 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24001587/

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