Hi everyone,
I have installed Spock into my project. I use Bitbucket. And I also use Forge. My deploy script is very basic:
cd /into/my/folder
git pull origin master
git push
However when I do git push I get the following error:
Unauthorized
fatal: Could not read from remote repository.
Can anyone help me to figure out how to fix this in bitbucket?
Thanks so much.