I have to perform migration on server which is located on Client location.
So I used to connect it using putty and run git pull
command to specific path location in order to migrate my code.
But from today while doing same thing I am getting error as:
fatal: unable to access 'https://github.com/"my repo and project name"': Received HTTP code 403 from proxy after CONNECT
Attaching screenshot as well.