I also encountered a similar situation; that’s when I came across an answer on Code Grepper by Shibbir Ahmed, where he provided this:
git config --global --unset-all remote.origin.proxy
That solved the issue for me.
I also encountered a similar situation; that’s when I came across an answer on Code Grepper by Shibbir Ahmed, where he provided this:
git config --global --unset-all remote.origin.proxy
That solved the issue for me.