I'd imagine there is a 'new project from repo' option somewhere but I can't find it. Is there more to it than this, or am I missing something?
相关问题
- Step by step instructions for getting cppunit up a
- org.jdesktop.application package doesn't exist
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Cannot commit changes with gitextensions
- git: retry if http request failed
Use the Team menu, select "Git" > "Clone..."
Once the repo has been cloned into a local folder, NetBeans will give you the option to open the project.
Trying to create a project and then clone into it fails because the target folder is not completely empty.
Just clone the repo into your (newly created) netbeans project and then refresh (build) it.
Here's what worked for me:
Then in NetBeans: File > New Project > choose a project type "...with Existing Sources" > "Next" select "Source Folder" (the folder you cloned into) and press "Finish"
Unfortunately, it seems that your project must already correspond to a project type that NetBeans already supports (eg. Java Application, HTML5/JS Application, etc). If it doesn't you probably won't get this to work.