I've just logged onto our Prod box (Centos) after a long break, and I can't do git pull
for some reason.
There seems to be a local problem with this clone of the repo, because I can clone and pull the same repo using the same credentials on other machines (that never had a clone of this repo before)
The command-line message is:
[root@ft41 project_folder]# git pull
Password:
error: while accessing https://<myusername>@bitbucket.org/<myproject>/<myrepo>.git/info/refs
fatal: HTTP request failed
The parts in angle-brackets have been redacted by me.
Is this info/refs
the usual URL for this request? Could something in the local clone be corrupted and causing this?
If it's helpful:
[root@ft41 project_folder]# git status
# On branch master
nothing added to commit
Please note - I have done git pull
from this pc/directory successfully many times in the past. It does support HTTPS protocol.