Py学习  »  Git

如何将'git'的配置值添加到一起。活跃的

Jamie Carsten • 3 年前 • 1401 次点击  

遇到问题,必须卸载/重新安装Eclipse(Neon)。由于无法通过IDE连接回git,所以我转到git Bash命令行。

当我试图提交本地回购协议时,我键入:

git commit -m "Added files after reconnected to source control"

这将返回:

Error: error getting git config for 'git-together.active'
Caused by: config value 'git-together.active' was not found; class=Config (7); code=NotFound (-3)

这听起来像是我的配置文件中缺少了“git together”的一个条目。“活动”,但我找不到如何将其添加到我的配置中的示例。我已经检查了所有“相关”问题,但找不到解决方案。

谢谢你的指导,我是git新手。

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/129956
 
1401 次点击  
文章 [ 2 ]  |  最新文章 3 年前