Git clone from Sourceforge using Netbeans 8.0.1 -


this sounds silly. but, wanted know anyway. trying clone git repository sourceforge using netbeans 8. per project's sourceforge page, git clone can done following way

git clone git://git.code.sf.net/p/neembuuuploader/gitcode neembuuuploader-gitcode 

the above link mentioned here.

netbeans throwing error not able connect server. master has folder modules in it's root directory. tried appending url , still same issue.

enter image description here

i have not tried other git cloning mechanism (like terminal), since need netbeans only. can understand making mistake in clone url.

what should correct form have use ?

here's log netbeans:

info [org.netbeans.modules.git]: git://git.code.sf.net/p/neembuuuploader/gitcode neembuuuploader-gitcode: not found. org.eclipse.jgit.errors.noremoterepositoryexception: git://git.code.sf.net/p/neembuuuploader/gitcode neembuuuploader-gitcode: not found.     @ org.eclipse.jgit.transport.basepackconnection.norepository(basepackconnection.java:263)     @ org.eclipse.jgit.transport.basepackconnection.readadvertisedrefsimpl(basepackconnection.java:198)     @ org.eclipse.jgit.transport.basepackconnection.readadvertisedrefs(basepackconnection.java:176)     @ org.eclipse.jgit.transport.transportgitanon$tcpfetchconnection.<init>(transportgitanon.java:194)     @ org.eclipse.jgit.transport.transportgitanon.openfetch(transportgitanon.java:120)     @ org.netbeans.libs.git.jgit.commands.listremoteobjectscommand.runtransportcommand(listremoteobjectscommand.java:74) caused: org.netbeans.libs.git.gitexception: git://git.code.sf.net/p/neembuuuploader/gitcode neembuuuploader-gitcode: not found.     @ org.netbeans.libs.git.jgit.commands.transportcommand.handleexception(transportcommand.java:259)     @ org.netbeans.libs.git.jgit.commands.listremoteobjectscommand.runtransportcommand(listremoteobjectscommand.java:87)     @ org.netbeans.libs.git.jgit.commands.transportcommand.run(transportcommand.java:191)     @ org.netbeans.libs.git.jgit.commands.gitcommand$1.run(gitcommand.java:80)     @ org.netbeans.libs.git.jgit.commands.gitcommand$1.run(gitcommand.java:77)     @ java.security.accesscontroller.doprivileged(native method)     @ org.netbeans.libs.git.jgit.commands.gitcommand.execute(gitcommand.java:77)     @ org.netbeans.libs.git.gitclient.listremotebranches(gitclient.java:861)     @ org.netbeans.modules.git.client.gitclient$35.call(gitclient.java:589)     @ org.netbeans.modules.git.client.gitclient$35.call(gitclient.java:585)     @ org.openide.util.networksettings.suppressauthenticationdialog(networksettings.java:140)     @ org.netbeans.modules.git.client.gitclient$commandinvoker$1$1.call(gitclient.java:885)     @ org.netbeans.modules.git.client.gitclient$commandinvoker$1.call(gitclient.java:906)     @ org.netbeans.modules.git.client.gitclient$commandinvoker.runmethodintern(gitclient.java:918)     @ org.netbeans.modules.git.client.gitclient$commandinvoker.runmethod(gitclient.java:851)     @ org.netbeans.modules.git.client.gitclient$commandinvoker.runmethod(gitclient.java:829)     @ org.netbeans.modules.git.client.gitclient$commandinvoker.access$400(gitclient.java:823)     @ org.netbeans.modules.git.client.gitclient.listremotebranches(gitclient.java:585) [catch] @ org.netbeans.modules.git.ui.clone.repositorystep$repositorystepprogresssupport.perform(repositorystep.java:325)     @ org.netbeans.modules.git.client.gitprogresssupport.performintern(gitprogresssupport.java:114)     @ org.netbeans.modules.git.client.gitprogresssupport.run(gitprogresssupport.java:107)     @ org.openide.util.requestprocessor$task.run(requestprocessor.java:1423)     @ org.openide.util.requestprocessor$processor.run(requestprocessor.java:2033) 

i don't quite understand why it's not working. works fine other repositories. maybe space in url throwing off? maybe doesn't server?

i worked around in command line:

git clone git://git.code.sf.net/p/neembuuuploader/gitcode neembuuuploader-gitcode 

i tried svn too:

svn://svn.code.sf.net/p/neembuuuploader/code/ neembuuuploader-code' 

that gave me exception:

org.apache.subversion.javahl.clientexception: e170000: url 'svn://svn.code.sf.net/p/neembuuuploader/code/%20neembuuuploader-code' non-existent in revision 705 

i don't understand why error occurring...


this possibly ide bug. might worth submitting bug report: https://netbeans.org/community/issues.html


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -