Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » New Project Wizard fails on git clone
New Project Wizard fails on git clone [message #1737054] Tue, 05 July 2016 11:05 Go to next message
Ro Ko is currently offline Ro KoFriend
Messages: 5
Registered: January 2016
Junior Member
Hey,

I have a problem on cloning repos from github.
After the destination selection the clone works fine
(checked the folder) but when I try to import the project
using the "new project wizard" and choose "java project"
I get:
"Connection Git team provider failed. See log for details.
org.eclipse.core.runtime.CoreException"

Details -->
Connecting Git team provider failed. See log for details.
Connecting Git team provider failed. See log for details.
Error connecting project panda-signer, no Git repositories found

(this github project: https://github.com/Kaito23/panda-signer)

"Error connecting project panda-signe, no Git repositories"

Thought the problem is on my working laptop only, but
I have the same problem on my private pc too.

Would be awesome if someone know a solution Smile

Greetings
Rob
  • Attachment: egit_log.txt
    (Size: 1.21KB, Downloaded 209 times)

[Updated on: Tue, 05 July 2016 11:07]

Report message to a moderator

Re: New Project Wizard fails on git clone [message #1737063 is a reply to message #1737054] Tue, 05 July 2016 12:27 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Did you use https://github.com/Kaito23/panda-signer.git as the URI?
Note the .git at the end? I.e., be sure to use one of the links you get
from the green "Clone or download" button.


On 05.07.2016 07:05, Ro Ko wrote:
> Hey,
>
> I have a problem on cloning repos from github.
> After the destination selection the clone works fine
> (checked the folder) but when I try to import the project
> using the "new project wizard" and choose "java project"
> I get:
> "Connection Git team provider failed. See log for details.
> org.eclipse.core.runtime.CoreException"
>
> Details -->
> Connecting Git team provider failed. See log for details.
> Connecting Git team provider failed. See log for details.
> Error connecting project panda-signer, no Git repositories found
>
> (this github project: https://github.com/Kaito23/panda-signer)
>
>
>
> Thought the problem is on my working laptop only, but
> I have the same problem on my private pc too.
>
> Would be awesome if someone know a solution :)
>
> Greetings
> Rob


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: New Project Wizard fails on git clone [message #1737069 is a reply to message #1737063] Tue, 05 July 2016 13:06 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
Did you select the project path in the New Project Wizard to match path of your local clone ?
If not, it will assume that the project should be created in the workspace and you probably store the git repository elsewhere.

We could try to pass the repository path (we know it since the repository was just cloned) to the new project wizard
so that you don't have to do this manually.
Re: New Project Wizard fails on git clone [message #1737319 is a reply to message #1737069] Thu, 07 July 2016 09:36 Go to previous messageGo to next message
Ro Ko is currently offline Ro KoFriend
Messages: 5
Registered: January 2016
Junior Member
Okay solved the problem myself:
just import as general project
convert to maven project
finished Smile

thanks for your input
greetings
Rob
Re: New Project Wizard fails on git clone [message #1832015 is a reply to message #1737319] Sat, 05 September 2020 04:20 Go to previous message
Samir Joshi is currently offline Samir JoshiFriend
Messages: 1
Registered: September 2020
Junior Member
Thanks! Importing as general project & converting into Maven worked for me as well.

How did you run Maven project ?
Previous Topic:Deadlock when JGit config is in a different drive
Next Topic:Pull Request in Eclipse client
Goto Forum:
  


Current Time: Thu Mar 28 15:45:08 GMT 2024

Powered by FUDForum. Page generated in 0.02402 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top