Cloning of a project from Git to Intellij using HTTPS not working

已回答

I am trying to setup Intellij for a project from Github repository. While trying to clone the repo, it gives the following error:

unable to access 'https://github.com/petro-it/x.git/': Received HTTP code 404 from proxy after CONNECT

I know this is related to server issue, FYI, server is working fine and credentials too.

0

The issue seems to be from the proxy server, not from the IDE.

Does the command line cloning via the same git client as configured in IntelliJ IDEA work for you?

Do you use the same proxy settings in IntelliJ IDEA and in the other parts of the system?

0

请先登录再写评论。