Paul Gibbs

Results 2 comments of Paul Gibbs

I'll second this – we run Phabulous on heroku, and it spams our slack as well (heroku reboots daily).

I had this issue and fixed it according to [this stackoverflow answer](http://stackoverflow.com/questions/6565357/git-push-requires-username-and-password). Basically, you may need to update the remote for your repository using: `git remote set-url origin [email protected]:username/repo.git`