I am trying to set up a Git/Bitbucket account so I can source control one of my projects. I created a Bitbucket account and created myself a repository as well.
I am on Step 1 part 8 of Clone Your Git Repo and Add Source Files in the Atlassian documentation.
I keep getting this error:
fatal: could not read Password for 'https://newuserme@bitbucket.org': No such file or directory
So I ran the command
git config --global core.askpass
And then tried again, however, it is still not prompting me to enter the password. What am I missing here? (Note: I am using the Clone link from my actual repository and not the one shown here. :))