gpt4 book ai didi

git - 如何使用文本编辑器编辑 ~/.git/config 文件?

转载 作者:行者123 更新时间:2023-12-02 13:48:24 24 4
gpt4 key购买 nike

我正在浏览 bitbucket tutorial用于为 git 设置 SSH。在下图中,对于 git 用户,我停留在第 7.2 步:“使用您喜欢的编辑器编辑 ~/repos/bb101repo-pratice/.git/config 文件。”

问题是我不知道如何访问该文件并在编辑器中打开它。我尝试在我的终端中输入“cd ~/repos/bb101repo-pratice/.git/config”,但终端显示该文件不存在。我也尝试过使用 spotlite 和 finder,但无济于事。

我如何访问文件,访问后如何使用编辑器对其进行编辑?

我“最喜欢的编辑器”是 sublime text 3,我在 mackbook 上运行 mackericks。

最佳答案

您甚至不必手动编辑它。

只需键入(使用 git remote 命令):

git remote set-url origin git@bitbucket.org:newuserme/bb101repo.git

然后,如果需要,您可以对文件进行 cat 以检查其内容:

cat <your home directory>/repos/bb101repo-pratice/.git/config

编辑:

git config --local --edit

关于git - 如何使用文本编辑器编辑 ~/.git/config 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26396372/

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