Gitstack and netbeans?

0
Hello, I have installed gitstack on my home computer and created a user and repository, as per documentation. I now would like to use Netbeans feature Team > Git > Clone to connect to that repository? (Remote computer) How would I do that?
Tags: asked April 25, 2012

3 Answers

1
On NetBeans 7.1.1, click on Team->Clone. On the "clone repository" window enter the repository url : http://john@10.0.2.15/companyproject.git
It should work.
0
Thanks! Now instead of telling me that repository doesn't exist, I get the following: http://demo@myip/gitdemo.git: cannot open git-upload-pack I couldn't find a fruitful solution to this on Google. Any idea why? Is it a permission access issue or..?
0
Are you able to follow the get started tutorial and clone/push from the console ?

Your Answer

Please login to post questions.