Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

fatal: unable to access 'x.git': Received HTTP code 404 from proxy after CONNECT

When try to pull/push a git repo from Source Tree I was getting this error. After installing and re-installing Source Tree and Git I was still getting the error. This was preventing me from updating the git repo or pulling changes. One setting was to blame for the issue.

like image 684
Adam Seabridge Avatar asked Sep 16 '25 21:09

Adam Seabridge


1 Answers

It turns out the issue was the 'add proxy server configuration to Git/Mercurial' option was ticked under options > network. I'm not sure how this got ticked as it wasn't previously but un-ticking this and saving solved the issue.

like image 151
Adam Seabridge Avatar answered Sep 19 '25 12:09

Adam Seabridge