Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Import a C project from GitHub(I have troubles to import a C project from GitHub on Eclipse...)
Import a C project from GitHub [message #1847269] Thu, 21 October 2021 14:14 Go to next message
Xavier Cunego is currently offline Xavier CunegoFriend
Messages: 4
Registered: October 2021
Junior Member
I everyone, I'm an engineering student and I'm new on Eclipse IDE. For a project, I need to open in Eclipse a source code from GitHub but I don't even know which files to choose and how to do it...
I tried many times importing the project with the URL but it's not working at all...
If someone can help me it would be very kind...

Thank you guys !


GitHub URL : https://github.com/RAKWireless/Products_practice_based_on_RUI_v2.0/tree/master/based%20on%20RAK811/RAK5205
Re: Import a C project from GitHub [message #1847288 is a reply to message #1847269] Thu, 21 October 2021 18:10 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Usually the point in github that has the green CODE button is the one I use.
The one you are interested in seems to be at:
https://github.com/RAKWireless/Products_practice_based_on_RUI_v2.0

And the git address (for https) is:
https://github.com/RAKWireless/Products_practice_based_on_RUI_v2.0.git

FWIW, I interact with git outside of Eclipse using the git CLI. IMHO, it's easier.
Re: Import a C project from GitHub [message #1847289 is a reply to message #1847288] Thu, 21 October 2021 18:55 Go to previous messageGo to next message
Xavier Cunego is currently offline Xavier CunegoFriend
Messages: 4
Registered: October 2021
Junior Member
Great it's working thank you ! And what is the "tag fetching strategy" ? I didn't find any information on it ?
Re: Import a C project from GitHub [message #1847297 is a reply to message #1847289] Fri, 22 October 2021 06:28 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Quote:
what is the "tag fetching strategy" ?


It's a git thing. You can get the tags along with the code, etc.
https://git-scm.com/book/en/v2/Git-Basics-Tagging

If you aren't going to be doing commits or keep up-to-date,
you probably don't need tags.

If you are planning on using git to its fullest you should read:
https://git-scm.com/doc



Re: Import a C project from GitHub [message #1847320 is a reply to message #1847297] Fri, 22 October 2021 14:05 Go to previous message
Xavier Cunego is currently offline Xavier CunegoFriend
Messages: 4
Registered: October 2021
Junior Member
Thank you for your precious help !
I have some issues to build the project now but I think I have to open a new topic..
Have a good day !
Previous Topic:What does it mean to have no toolchain?
Next Topic:Issues to build a project
Goto Forum:
  


Current Time: Sat Apr 20 02:59:24 GMT 2024

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

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

Back to the top