Steve88
Steve88

Reputation: 21

git commit is giving 'git-together.active' error

I follow the regular steps to commit my code to the git repo. However, I am getting the following error, I am unable to resolve.

$ git commit -m 'initial pub/sub capability'

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)

I have my regular user.name and user.email in the local and global config files. Any help is appreciated.

Upvotes: 1

Views: 469

Answers (1)

Steve88
Steve88

Reputation: 21

Turns out .bashrc included an alias for git-together. No idea how it ended up there. Thanks all! –

Upvotes: 1

Related Questions