Home > Back-end >  Eclipse using the HTTPS protocol can't clone remote Git code base
Eclipse using the HTTPS protocol can't clone remote Git code base

Time:09-23

Eclipse version: Neon3 win32, Java 8, the remote server for the conversation,
1. The connection Settings are as follows:

2. Always prompt the following error:
. Incorrect URL
. No network connection
The git is missing at the end of the repository URL
. SSL host could not be verified (set HTTP. SslVerify=false in Git configuration)
Checked all the above, have the network connection, the URL is remote server provides no error, HTTP. SslVerify=false has been set,
3. See the error log window:

There is a hint Unrecognized Windows Sockets error, there is the port was taken, don't know which port is being used? , have used taskkill kill the user process except system again (with the exception of 360 can't kill), still won't do,

Note:
1. In my personal computer can be connected (the same Eclipse + Java, the same connection Settings).

CodePudding user response:

Network problems, there is an error in the network configuration of the machine or by network shielding,

Use the browser to access the address, should be a network error

CodePudding user response:

reference 1st floor tianfang response:
network problems, there is an error in the network configuration of the machine or network shielding,

Use the browser to access the address, should be a network error

Use the browser can access the address, and can open the code base,

Also can be connected with SSH agreement in Eclipse,

CodePudding user response:

Error message: you meet Unrecognized Windows Sockets error has 0: connect, that is a connection error

Then check the URL is correct

CodePudding user response:

reference tianfang reply: 3/f
error message: you meet Unrecognized Windows Sockets error has 0: connect, that is a connection error

Then to check whether the URL is correct

In addition to the URL whether there are other possible? , confirm the URL in the browser can open,
  • Related