【问题标题】:git commit is giving 'git-together.active' errorgit commit 给出“git-together.active”错误
【发布时间】:2021-07-04 14:01:44
【问题描述】:

我按照常规步骤将我的代码提交到 git 存储库。但是,我收到以下错误,我无法解决。

$ git commit -m '初始发布/订阅能力'

错误:获取 'git-together.active' 的 git 配置时出错 原因:未找到配置值“git-together.active”; class=配置(7);代码=未找到 (-3)

我在本地和全局配置文件中有常规的 user.name 和 user.email。任何帮助表示赞赏。

【问题讨论】:

  • 你是否为 git-together 配置了你的仓库?
  • 看起来像这个错误:github.com/kejadlen/git-together/issues/44你使用这个工具吗?
  • 看起来你实际上并没有使用 Git,而是使用前端(最终)会运行 Git 命令 for 你,但在这种情况下不是走到这一步。

标签: git commit


【解决方案1】:

原来 .bashrc 包含 git-together 的别名。不知道它是如何结束的。谢谢大家! ——

【讨论】:

    猜你喜欢
    • 2016-12-04
    • 1970-01-01
    • 2018-03-03
    • 2016-06-26
    • 1970-01-01
    • 2021-06-30
    • 2022-07-19
    • 1970-01-01
    相关资源
    最近更新 更多