rdpstaff / RDPTools

Collection of commonly used RDP Tools for easy building
49 stars 52 forks source link

Error when running 'git submodule update' #7

Closed colinbrislawn closed 8 years ago

colinbrislawn commented 8 years ago

I'm attempting to install RDP Tools using the following commands.

git clone https://github.com/rdpstaff/RDPTools.git
cd RDPTools/
git submodule init
git submodule update

The last commend runs, but then fails at this step:

Cloning into TaxonomyTree...
github.com[0: 192.30.252.128]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
Clone of 'git://github.com/rdpstaff/TaxonomyTree' into submodule path 'TaxonomyTree' failed

Any suggestions? Thank you developing this software. I look forward to using it.

rdpstaffmsu commented 8 years ago

Dear Colin,

Thank you for using RDP! It looks like a problem with github. Would you try the following code prior to the git clone process?

git config --global url."https://".insteadOf git://

Please let me know how it works for you.

Sincerely,

Benli Chai

RDP Staff

On Fri, Nov 13, 2015 at 2:43 PM, Colin Brislawn notifications@github.com wrote:

I'm attempting to install RDP Tools using the following commands.

git clone https://github.com/rdpstaff/RDPTools.git cd RDPTools/ git submodule init git submodule update

The last commend runs, but then fails at this step:

Cloning into TaxonomyTree...github.com[0: 192.30.252.128]: errno=Connection refused fatal: unable to connect a socket (Connection refused) Clone of 'git://github.com/rdpstaff/TaxonomyTree' into submodule path 'TaxonomyTree' failed

Any suggestions? Thank you developing this software. I look forward to using it.

— Reply to this email directly or view it on GitHub https://github.com/rdpstaff/RDPTools/issues/7.

RDP Staff Ribosomal Database Project Center for Microbial Ecology Michigan State University 567 Wilson Rd. Room 2225 A East Lansing, MI 48824 (517) 353-3842

colinbrislawn commented 8 years ago

That works! Thank you.

AbhishakeL commented 8 years ago

I have been suffering with the exact same problem and the exact same solution works. So please include this command in the original README file. That would be of great help for others.

rdpstaffmsu commented 8 years ago

AbhishakeL,

Thank you for letting us know.

Benli Chai RDP Staff

On Wed, Sep 14, 2016 at 1:40 AM, AbhishakeL notifications@github.com wrote:

I have been suffering with the exact same problem and the exact same solution works. So please include this command in the original README file. That would be of great help for others.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rdpstaff/RDPTools/issues/7#issuecomment-246911746, or mute the thread https://github.com/notifications/unsubscribe-auth/AKlEViMYYchQIEG7asycgWPtwZsI891Kks5qp4jIgaJpZM4GiFe4 .

RDP Staff Ribosomal Database Project Center for Microbial Ecology Michigan State University 567 Wilson Rd. Room 2225 A East Lansing, MI 48824 (517) 353-3842

Toliman06 commented 5 years ago

Had the same problem here for a looooooong time and can't install RDPTools... git config --global url."https://".insteadOf git:// solved everything...