I'm attempting to make an initial push on a large project that I'm editing (I'm not the original author) and when I go to push the projectmy github repo it asks me for someone elses password on bitbucket???
I've tried creating a new account on github and reseting global username/ password, deleted all files related to git on keychain and tried changing the directory names.
project-name darrinwebster$ git push -u origin master
Password for 'otherPersonsBitbucketAccount.org':
remote: Invalid username or password
fatal: Authentication failed for 'otherPersonsBitbucketAccount.org'
I'm expecting git to ask for my credentials (for github) as I've set the repository origin to my account.