Push Error

I am trying to push commits from my local to remote repository and receive the below error.

git exited with code: 128
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'url.../production-app.git/'
 
How do I successfully push my changes to the remote repository?
Thanks.

Answers

Sign In or Register to comment.