'Eclipse and Git (SourceTree): How to get two projects in Eclipse (master and branch)
I want to have two separate projects in Eclipse, one is the master in Git, the other should be a new branch where I want to do major changes to the code. In SourceTree I created a new branch from the master. In Eclipse with the Git repositories view I can see the master and the new branch. With Team -> Switch to I can switch between the master and the new branch in my existing project in Eclipse. However, I want two separate projects. I tried to File -> Import -> Git -> Projects from Git -> Clone URI . The Source Git Repository data are set correctly. But after I type my PW (which is correct) I get the transport error: Possible reasons (Incorrect URL, No network connection, SSL host could not be verified (set http.sslVerify to false). I set the SSLVerify to false, but that did not help.
How can I get a second project in Eclipse using the newly generated branch?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
