Reputation: 21
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
Reputation: 21
Turns out .bashrc included an alias for git-together. No idea how it ended up there. Thanks all! –
Upvotes: 1