0

I use GitLab Projects Plugin in IntelliJ idea to connect to my repository. when I want to commit my changes I receive

fatal: unable to access 'https://server:port/usr/project.git/': Received HTTP code 400 from proxy after CONNECT 

how can I handle this error. thank you

farhad
  • 373
  • 2
  • 14
  • 28

1 Answers1

0

Seems the error is from command line git, and I believe you get it on push, not commit. There appears to be some proxy in use that does not work well. Probably you could bypass it by removing git proxy settings. See e.g. Git proxy bypass

Dmitrii Smirnov
  • 7,073
  • 1
  • 19
  • 29