gpt4 book ai didi

linux - 无法在命令行上将 git 默认分支更改为 main

转载 作者:行者123 更新时间:2023-12-04 18:35:52 24 4
gpt4 key购买 nike

我在几个可以使用的网站上阅读过 git config --global init.defaultBranch main将默认分支(从 master)更改为 main。但这对我不起作用。这是来自我的终端(我的操作系统是 ubuntu):

$ git config --list
user.email=*************
user.name=********
credential.helper=store
core.editor=nano

$ git config --global init.defaultBranch main
$ git config --list
user.email=*************
user.name=*************
credential.helper=store
core.editor=nano
init.defaultbranch=main

$ mkdir testrepo
$ cd testrepo
$ git init
Initialized empty Git repository in /home/user/Desktop/testrepo/.git/

$ git status
On branch master
No commits yet
nothing to commit (create/copy files and use "git add" to track)

最佳答案

选项 init.defaultBranchintroduced in Git version 2.28 .您必须运行不支持此选项的旧版本。

关于linux - 无法在命令行上将 git 默认分支更改为 main,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67870769/

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