gkno / gkno_launcher

The gkno launcher for executing tools or pipelines
MIT License
32 stars 7 forks source link

Build connecting to local server? #12

Closed bcantarel closed 10 years ago

bcantarel commented 10 years ago

I am trying to build gkno and I am getting the following error:

./gkno build fatal: unable to connect to github.com: github.com[0: 192.30.252.131]: errno=Connection timed out

Clone of 'git://github.com/gkno/configurationClass.git' into submodule path 'src/configurationClass' failed Traceback (most recent call last): File "/home/bcantarel/seqprg/gkno_launcher/src/gkno.py", line 11, in import networkx as nx ImportError: No module named networkx

pezmaster31 commented 10 years ago

Try now - please do a fresh clone just to be sure.

I've updated the URLs so that they should be accessible from behind a firewall (as I'm guessing is the problem here).

Let me know this fixes it or not.

bcantarel commented 10 years ago

Well, I am getting a new error: fatal: unable to access 'https://github.com/gkno/configurationClass.git/': Failed connect to github.com:443; Operation now in progress Clone of 'https://github.com/gkno/configurationClass.git' into submodule path 'src/configurationClass' failed Traceback (most recent call last): File "/home/bcantarel/seqprg/gkno_launcher/src/gkno.py", line 11, in import networkx as nx ImportError: No module named networkx

pezmaster31 commented 10 years ago

Not trying to punt on this, but it sounds like you've still got some sort of proxy/firewall issue on your end, trying to reach GitHub. Less of an error within GKNO.

Are you able to clone other repos (preferably with submodules) successfully?

Either way, maybe try this:

http://stackoverflow.com/a/18356572

and see if it helps.

bcantarel commented 10 years ago

Hmm, there is no proxy on my end. Actually, I just tried from another network (wifi from a coffee shop) and got the same error. I haven’t had any trouble with installing repos in the past...

On May 20, 2014, at 3:21 PM, Derek Barnett notifications@github.com wrote:

Not trying to punt on this, but it sounds like you've still got some sort of proxy/firewall issue on your end, trying to reach GitHub. Less of an error within GKNO.

Are you able to clone other repos (preferably with submodules) successfully?

Either way, maybe try this:

http://stackoverflow.com/a/18356572

and see if it helps.

— Reply to this email directly or view it on GitHub.

AlistairNWard commented 10 years ago

It seems that others have experienced similar issues. Have you tried the following?

http://stackoverflow.com/questions/3512202/github-https-access

On Tue, May 20, 2014 at 5:35 PM, bcantarel notifications@github.com wrote:

Hmm, there is no proxy on my end. Actually, I just tried from another network (wifi from a coffee shop) and got the same error. I haven’t had any trouble with installing repos in the past...

On May 20, 2014, at 3:21 PM, Derek Barnett notifications@github.com wrote:

Not trying to punt on this, but it sounds like you've still got some sort of proxy/firewall issue on your end, trying to reach GitHub. Less of an error within GKNO.

Are you able to clone other repos (preferably with submodules) successfully?

Either way, maybe try this:

http://stackoverflow.com/a/18356572

and see if it helps.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/gkno/gkno_launcher/issues/12#issuecomment-43686457 .

bcantarel commented 10 years ago

Yes I did read that help message — but there is no proxy server at my institute. I have had absolutely no problem accessing git repos in the past.

On May 20, 2014, at 7:23 PM, Alistair Ward notifications@github.com wrote:

It seems that others have experienced similar issues. Have you tried the following?

http://stackoverflow.com/questions/3512202/github-https-access

On Tue, May 20, 2014 at 5:35 PM, bcantarel notifications@github.com wrote:

Hmm, there is no proxy on my end. Actually, I just tried from another network (wifi from a coffee shop) and got the same error. I haven’t had any trouble with installing repos in the past...

On May 20, 2014, at 3:21 PM, Derek Barnett notifications@github.com wrote:

Not trying to punt on this, but it sounds like you've still got some sort of proxy/firewall issue on your end, trying to reach GitHub. Less of an error within GKNO.

Are you able to clone other repos (preferably with submodules) successfully?

Either way, maybe try this:

http://stackoverflow.com/a/18356572

and see if it helps.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/gkno/gkno_launcher/issues/12#issuecomment-43686457 .

— Reply to this email directly or view it on GitHub.

AlistairNWard commented 10 years ago

Honestly, I'm at a loss to explain this. But, from the error message, it seems as though this is a problem with your ability to connect to github, rather than a problem with gkno. I haven't seen this error before (and it hasn't been reported by anyone else), so I'm unsure of what to suggest at this point. I'll keep looking around to see if I can find any other suggestions, but in the meantime, would it be possible to try the installation on a different computer and see if you get the same problem?

On Tue, May 20, 2014 at 9:21 PM, bcantarel notifications@github.com wrote:

Yes I did read that help message — but there is no proxy server at my institute. I have had absolutely no problem accessing git repos in the past.

On May 20, 2014, at 7:23 PM, Alistair Ward notifications@github.com wrote:

It seems that others have experienced similar issues. Have you tried the following?

http://stackoverflow.com/questions/3512202/github-https-access

On Tue, May 20, 2014 at 5:35 PM, bcantarel notifications@github.com wrote:

Hmm, there is no proxy on my end. Actually, I just tried from another network (wifi from a coffee shop) and got the same error. I haven’t had any trouble with installing repos in the past...

On May 20, 2014, at 3:21 PM, Derek Barnett notifications@github.com wrote:

Not trying to punt on this, but it sounds like you've still got some sort of proxy/firewall issue on your end, trying to reach GitHub. Less of an error within GKNO.

Are you able to clone other repos (preferably with submodules) successfully?

Either way, maybe try this:

http://stackoverflow.com/a/18356572

and see if it helps.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub< https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43686457> .

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/gkno/gkno_launcher/issues/12#issuecomment-43702659 .

bcantarel commented 10 years ago

I just tried again and got this error, which seems different than the first 2.

[bcantarel@master gkno_launcher]$ ./gkno build

Traceback (most recent call last): File "/home/bcantarel/seqprg/gkno_launcher/src/gkno.py", line 19, in import configurationClass.configurationClass File "/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/configurationClass.py", line 16, in import instances File "/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/instances.py", line 13, in from collections import OrderedDict ImportError: cannot import name OrderedDict

Brandi

On May 21, 2014, at 9:03 AM, Alistair Ward notifications@github.com wrote:

Honestly, I'm at a loss to explain this. But, from the error message, it seems as though this is a problem with your ability to connect to github, rather than a problem with gkno. I haven't seen this error before (and it hasn't been reported by anyone else), so I'm unsure of what to suggest at this point. I'll keep looking around to see if I can find any other suggestions, but in the meantime, would it be possible to try the installation on a different computer and see if you get the same problem?

On Tue, May 20, 2014 at 9:21 PM, bcantarel notifications@github.com wrote:

Yes I did read that help message — but there is no proxy server at my institute. I have had absolutely no problem accessing git repos in the past.

On May 20, 2014, at 7:23 PM, Alistair Ward notifications@github.com wrote:

It seems that others have experienced similar issues. Have you tried the following?

http://stackoverflow.com/questions/3512202/github-https-access

On Tue, May 20, 2014 at 5:35 PM, bcantarel notifications@github.com wrote:

Hmm, there is no proxy on my end. Actually, I just tried from another network (wifi from a coffee shop) and got the same error. I haven’t had any trouble with installing repos in the past...

On May 20, 2014, at 3:21 PM, Derek Barnett notifications@github.com wrote:

Not trying to punt on this, but it sounds like you've still got some sort of proxy/firewall issue on your end, trying to reach GitHub. Less of an error within GKNO.

Are you able to clone other repos (preferably with submodules) successfully?

Either way, maybe try this:

http://stackoverflow.com/a/18356572

and see if it helps.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub< https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43686457> .

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/gkno/gkno_launcher/issues/12#issuecomment-43702659 .

— Reply to this email directly or view it on GitHub.

AlistairNWard commented 10 years ago

Ok, would you mind typing 'python --version' and let me know what version of Python you have. I think that you need Python 2.7 or later for OrderedDict.

On Wed, May 21, 2014 at 10:12 AM, bcantarel notifications@github.comwrote:

I just tried again and got this error, which seems different than the first 2.

[bcantarel@master gkno_launcher]$ ./gkno build

Traceback (most recent call last): File "/home/bcantarel/seqprg/gkno_launcher/src/gkno.py", line 19, in

import configurationClass.configurationClass File "/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/configurationClass.py", line 16, in import instances File "/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/instances.py", line 13, in from collections import OrderedDict ImportError: cannot import name OrderedDict Brandi On May 21, 2014, at 9:03 AM, Alistair Ward notifications@github.com wrote: > Honestly, I'm at a loss to explain this. But, from the error message, it > seems as though this is a problem with your ability to connect to > github, > rather than a problem with gkno. I haven't seen this error before (and > it > hasn't been reported by anyone else), so I'm unsure of what to suggest > at > this point. I'll keep looking around to see if I can find any other > suggestions, but in the meantime, would it be possible to try the > installation on a different computer and see if you get the same > problem? > > On Tue, May 20, 2014 at 9:21 PM, bcantarel notifications@github.com > wrote: > > > Yes I did read that help message — but there is no proxy server at my > > institute. I have had absolutely no problem accessing git repos in the > > past. > > > > On May 20, 2014, at 7:23 PM, Alistair Ward notifications@github.com > > wrote: > > > > > It seems that others have experienced similar issues. Have you tried > > > the > > > following? > > > > > > http://stackoverflow.com/questions/3512202/github-https-access > > > > > > On Tue, May 20, 2014 at 5:35 PM, bcantarel notifications@github.com > > > > wrote: > > > > > > Hmm, there is no proxy on my end. Actually, I just tried from > > > > another > > > > network (wifi from a coffee shop) and got the same error. I > > > > haven’t > > > > had any > > > > trouble with installing repos in the past... > > > > > > > > On May 20, 2014, at 3:21 PM, Derek Barnett < > > > > notifications@github.com> > > > > wrote: > > > > > > > > > Not trying to punt on this, but it sounds like you've still got > > > > > some > > > > > sort of proxy/firewall issue on your end, trying to reach GitHub. > > > > > Less > > > > > of > > > > > an error within GKNO. > > > > > > > > > > Are you able to clone other repos (preferably with submodules) > > > > > successfully? > > > > > > > > > > Either way, maybe try this: > > > > > > > > > > http://stackoverflow.com/a/18356572 > > > > > > > > > > and see if it helps. > > > > > > > > > > — > > > > > Reply to this email directly or view it on GitHub. > > > > > > > > — > > > > Reply to this email directly or view it on GitHub< > > > > https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43686457> > > > > > > > > . > > > > > > > > — > > > > Reply to this email directly or view it on GitHub. > > > > — > > Reply to this email directly or view it on GitHub< > > https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43702659> > > . > > > > — > > Reply to this email directly or view it on GitHub. — Reply to this email directly or view it on GitHubhttps://github.com/gkno/gkno_launcher/issues/12#issuecomment-43759029 .
bcantarel commented 10 years ago

I have both versions of python on my system — python which is version 2.6 and python2.7 which is 2.7 — I have to maintain both versions for super annoying reasons.

Usually I can “compile” programs with the full path, can I do that with gkno build?

Thanks!

Brandi Cantarel, PhD

On May 21, 2014, at 9:16 AM, Alistair Ward <notifications@github.com> wrote:

> Ok, would you mind typing 'python --version' and let me know what version 
> of Python you have. I think that you need Python 2.7 or later for 
> OrderedDict. 
> 
> 
> On Wed, May 21, 2014 at 10:12 AM, bcantarel <notifications@github.com>wrote: 
> 
> > I just tried again and got this error, which seems different than the 
> > first 2. 
> > 
> > [bcantarel@master gkno_launcher]$ ./gkno build 
> > 
> > Traceback (most recent call last): 
> > File "/home/bcantarel/seqprg/gkno_launcher/src/gkno.py", line 19, in 
> > <module> 
> > import configurationClass.configurationClass 
> > File 
> > "/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/configurationClass.py", 
> > line 16, in <module> 
> > import instances 
> > File 
> > "/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/instances.py", 
> > line 13, in <module> 
> > from collections import OrderedDict 
> > ImportError: cannot import name OrderedDict 
> > 
> > Brandi 
> > 
> > On May 21, 2014, at 9:03 AM, Alistair Ward <notifications@github.com> 
> > wrote: 
> > 
> > > Honestly, I'm at a loss to explain this. But, from the error message, it 
> > > seems as though this is a problem with your ability to connect to 
> > github, 
> > > rather than a problem with gkno. I haven't seen this error before (and 
> > it 
> > > hasn't been reported by anyone else), so I'm unsure of what to suggest 
> > at 
> > > this point. I'll keep looking around to see if I can find any other 
> > > suggestions, but in the meantime, would it be possible to try the 
> > > installation on a different computer and see if you get the same 
> > problem? 
> > > 
> > > 
> > > On Tue, May 20, 2014 at 9:21 PM, bcantarel <notifications@github.com> 
> > wrote: 
> > > 
> > > > Yes I did read that help message — but there is no proxy server at my 
> > > > institute. I have had absolutely no problem accessing git repos in the 
> > > > past. 
> > > > 
> > > > 
> > > > On May 20, 2014, at 7:23 PM, Alistair Ward <notifications@github.com> 
> > > > wrote: 
> > > > 
> > > > > It seems that others have experienced similar issues. Have you tried 
> > the 
> > > > > following? 
> > > > > 
> > > > > http://stackoverflow.com/questions/3512202/github-https-access 
> > > > > 
> > > > > 
> > > > > On Tue, May 20, 2014 at 5:35 PM, bcantarel <notifications@github.com> 
> > 
> > > > wrote: 
> > > > > 
> > > > > > Hmm, there is no proxy on my end. Actually, I just tried from 
> > another 
> > > > > > network (wifi from a coffee shop) and got the same error. I 
> > haven’t 
> > > > had any 
> > > > > > trouble with installing repos in the past... 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On May 20, 2014, at 3:21 PM, Derek Barnett < 
> > notifications@github.com> 
> > > > > > wrote: 
> > > > > > 
> > > > > > > Not trying to punt on this, but it sounds like you've still got 
> > some 
> > > > > > sort of proxy/firewall issue on your end, trying to reach GitHub. 
> > Less 
> > > > of 
> > > > > > an error within GKNO. 
> > > > > > > 
> > > > > > > Are you able to clone other repos (preferably with submodules) 
> > > > > > successfully? 
> > > > > > > 
> > > > > > > Either way, maybe try this: 
> > > > > > > 
> > > > > > > http://stackoverflow.com/a/18356572 
> > > > > > > 
> > > > > > > and see if it helps. 
> > > > > > > 
> > > > > > > — 
> > > > > > > Reply to this email directly or view it on GitHub. 
> > > > > > > 
> > > > > > 
> > > > > > — 
> > > > > > Reply to this email directly or view it on GitHub< 
> > > > https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43686457> 
> > 
> > > > > > . 
> > > > > > 
> > > > > — 
> > > > > Reply to this email directly or view it on GitHub. 
> > > > > 
> > > > 
> > > > — 
> > > > Reply to this email directly or view it on GitHub< 
> > https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43702659> 
> > > > . 
> > > > 
> > > — 
> > > Reply to this email directly or view it on GitHub. 
> > > 
> > 
> > — 
> > Reply to this email directly or view it on GitHub<https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43759029> 
> > . 
> >
> —
> Reply to this email directly or view it on GitHub.
> 
AlistairNWard commented 10 years ago

That does sound like it's bit annoying. But, I've just pushed a modification that should solve this problem - hopefully the last problem... Please try a fresh clone of gkno and before running it type

export PYTHON_GKNO=python2.7

You can add this to you shell configuration for the future. This should now force gkno to use python2.7 and hopefully it will work. Let me know what happens and sorry for all the trouble.

On Wed, May 21, 2014 at 10:26 AM, bcantarel notifications@github.comwrote:

I have both versions of python on my system — python which is version 2.6 and python2.7 which is 2.7 — I have to maintain both versions for super annoying reasons.

Usually I can “compile” programs with the full path, can I do that with gkno build?

Thanks!

Brandi Cantarel, PhD

On May 21, 2014, at 9:16 AM, Alistair Ward <notifications@github.com>
wrote:

> Ok, would you mind typing 'python --version' and let me know what
version
> of Python you have. I think that you need Python 2.7 or later for
> OrderedDict.
>
>
> On Wed, May 21, 2014 at 10:12 AM, bcantarel <notifications@github.com>wrote:

>
> > I just tried again and got this error, which seems different than the
> > first 2.
> >
> > [bcantarel@master gkno_launcher]$ ./gkno build
> >
> > Traceback (most recent call last):
> > File "/home/bcantarel/seqprg/gkno_launcher/src/gkno.py", line 19, in
> > <module>
> > import configurationClass.configurationClass
> > File
> >
"/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/configurationClass.py",

> > line 16, in <module>
> > import instances
> > File
> >
"/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/instances.py",

> > line 13, in <module>
> > from collections import OrderedDict
> > ImportError: cannot import name OrderedDict
> >
> > Brandi
> >
> > On May 21, 2014, at 9:03 AM, Alistair Ward <notifications@github.com>
> > wrote:
> >
> > > Honestly, I'm at a loss to explain this. But, from the error
message, it
> > > seems as though this is a problem with your ability to connect to
> > github,
> > > rather than a problem with gkno. I haven't seen this error before
(and
> > it
> > > hasn't been reported by anyone else), so I'm unsure of what to
suggest
> > at
> > > this point. I'll keep looking around to see if I can find any other
> > > suggestions, but in the meantime, would it be possible to try the
> > > installation on a different computer and see if you get the same
> > problem?
> > >
> > >
> > > On Tue, May 20, 2014 at 9:21 PM, bcantarel <notifications@github.com>

> > wrote:
> > >
> > > > Yes I did read that help message — but there is no proxy server at
my
> > > > institute. I have had absolutely no problem accessing git repos in
the
> > > > past.
> > > >
> > > >
> > > > On May 20, 2014, at 7:23 PM, Alistair Ward <
notifications@github.com>
> > > > wrote:
> > > >
> > > > > It seems that others have experienced similar issues. Have you
tried
> > the
> > > > > following?
> > > > >
> > > > > http://stackoverflow.com/questions/3512202/github-https-access
> > > > >
> > > > >
> > > > > On Tue, May 20, 2014 at 5:35 PM, bcantarel <
notifications@github.com>
> >
> > > > wrote:
> > > > >
> > > > > > Hmm, there is no proxy on my end. Actually, I just tried from
> > another
> > > > > > network (wifi from a coffee shop) and got the same error. I
> > haven’t
> > > > had any
> > > > > > trouble with installing repos in the past...
> > > > > >
> > > > > >
> > > > > >
> > > > > > On May 20, 2014, at 3:21 PM, Derek Barnett <
> > notifications@github.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Not trying to punt on this, but it sounds like you've still
got
> > some
> > > > > > sort of proxy/firewall issue on your end, trying to reach
GitHub.
> > Less
> > > > of
> > > > > > an error within GKNO.
> > > > > > >
> > > > > > > Are you able to clone other repos (preferably with
submodules)
> > > > > > successfully?
> > > > > > >
> > > > > > > Either way, maybe try this:
> > > > > > >
> > > > > > > http://stackoverflow.com/a/18356572
> > > > > > >
> > > > > > > and see if it helps.
> > > > > > >
> > > > > > > —
> > > > > > > Reply to this email directly or view it on GitHub.
> > > > > > >
> > > > > >
> > > > > > —
> > > > > > Reply to this email directly or view it on GitHub<
> > > >
https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43686457>
> >
> > > > > > .
> > > > > >
> > > > > —
> > > > > Reply to this email directly or view it on GitHub.
> > > > >
> > > >
> > > > —
> > > > Reply to this email directly or view it on GitHub<
> > https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43702659>

> > > > .
> > > >
> > > —
> > > Reply to this email directly or view it on GitHub.
> > >
> >
> > —
> > Reply to this email directly or view it on GitHub<
https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43759029>
> > .
> >
> —
> Reply to this email directly or view it on GitHub.
>

—
Reply to this email directly or view it on GitHub<https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43760976>
.
bcantarel commented 10 years ago

that seemed to fix it — thanks. I guess the problem I had yesterday was a blip — cause I have no problem with my server today.

Thanks! Brandi

On May 21, 2014, at 9:58 AM, Alistair Ward notifications@github.com wrote:

That does sound like it's bit annoying. But, I've just pushed a modification that should solve this problem - hopefully the last problem... Please try a fresh clone of gkno and before running it type

export PYTHON_GKNO=python2.7

You can add this to you shell configuration for the future. This should now force gkno to use python2.7 and hopefully it will work. Let me know what happens and sorry for all the trouble.

On Wed, May 21, 2014 at 10:26 AM, bcantarel notifications@github.comwrote:

I have both versions of python on my system — python which is version 2.6 and python2.7 which is 2.7 — I have to maintain both versions for super annoying reasons.

Usually I can “compile” programs with the full path, can I do that with gkno build?

Thanks!

Brandi Cantarel, PhD 

On May 21, 2014, at 9:16 AM, Alistair Ward <notifications@github.com> 
wrote: 

> Ok, would you mind typing 'python --version' and let me know what 
version 
> of Python you have. I think that you need Python 2.7 or later for 
> OrderedDict. 
> 
> 
> On Wed, May 21, 2014 at 10:12 AM, bcantarel <notifications@github.com>wrote: 

> 
> > I just tried again and got this error, which seems different than the 
> > first 2. 
> > 
> > [bcantarel@master gkno_launcher]$ ./gkno build 
> > 
> > Traceback (most recent call last): 
> > File "/home/bcantarel/seqprg/gkno_launcher/src/gkno.py", line 19, in 
> > <module> 
> > import configurationClass.configurationClass 
> > File 
> > 
"/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/configurationClass.py", 

> > line 16, in <module> 
> > import instances 
> > File 
> > 
"/illumina/bcantarel/seqprg/gkno_launcher/src/configurationClass/instances.py", 

> > line 13, in <module> 
> > from collections import OrderedDict 
> > ImportError: cannot import name OrderedDict 
> > 
> > Brandi 
> > 
> > On May 21, 2014, at 9:03 AM, Alistair Ward <notifications@github.com> 
> > wrote: 
> > 
> > > Honestly, I'm at a loss to explain this. But, from the error 
message, it 
> > > seems as though this is a problem with your ability to connect to 
> > github, 
> > > rather than a problem with gkno. I haven't seen this error before 
(and 
> > it 
> > > hasn't been reported by anyone else), so I'm unsure of what to 
suggest 
> > at 
> > > this point. I'll keep looking around to see if I can find any other 
> > > suggestions, but in the meantime, would it be possible to try the 
> > > installation on a different computer and see if you get the same 
> > problem? 
> > > 
> > > 
> > > On Tue, May 20, 2014 at 9:21 PM, bcantarel <notifications@github.com> 

> > wrote: 
> > > 
> > > > Yes I did read that help message — but there is no proxy server at 
my 
> > > > institute. I have had absolutely no problem accessing git repos in 
the 
> > > > past. 
> > > > 
> > > > 
> > > > On May 20, 2014, at 7:23 PM, Alistair Ward < 
notifications@github.com> 
> > > > wrote: 
> > > > 
> > > > > It seems that others have experienced similar issues. Have you 
tried 
> > the 
> > > > > following? 
> > > > > 
> > > > > http://stackoverflow.com/questions/3512202/github-https-access 
> > > > > 
> > > > > 
> > > > > On Tue, May 20, 2014 at 5:35 PM, bcantarel < 
notifications@github.com> 
> > 
> > > > wrote: 
> > > > > 
> > > > > > Hmm, there is no proxy on my end. Actually, I just tried from 
> > another 
> > > > > > network (wifi from a coffee shop) and got the same error. I 
> > haven’t 
> > > > had any 
> > > > > > trouble with installing repos in the past... 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On May 20, 2014, at 3:21 PM, Derek Barnett < 
> > notifications@github.com> 
> > > > > > wrote: 
> > > > > > 
> > > > > > > Not trying to punt on this, but it sounds like you've still 
got 
> > some 
> > > > > > sort of proxy/firewall issue on your end, trying to reach 
GitHub. 
> > Less 
> > > > of 
> > > > > > an error within GKNO. 
> > > > > > > 
> > > > > > > Are you able to clone other repos (preferably with 
submodules) 
> > > > > > successfully? 
> > > > > > > 
> > > > > > > Either way, maybe try this: 
> > > > > > > 
> > > > > > > http://stackoverflow.com/a/18356572 
> > > > > > > 
> > > > > > > and see if it helps. 
> > > > > > > 
> > > > > > > — 
> > > > > > > Reply to this email directly or view it on GitHub. 
> > > > > > > 
> > > > > > 
> > > > > > — 
> > > > > > Reply to this email directly or view it on GitHub< 
> > > > 
https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43686457> 
> > 
> > > > > > . 
> > > > > > 
> > > > > — 
> > > > > Reply to this email directly or view it on GitHub. 
> > > > > 
> > > > 
> > > > — 
> > > > Reply to this email directly or view it on GitHub< 
> > https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43702659> 

> > > > . 
> > > > 
> > > — 
> > > Reply to this email directly or view it on GitHub. 
> > > 
> > 
> > — 
> > Reply to this email directly or view it on GitHub< 
https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43759029> 
> > . 
> > 
> — 
> Reply to this email directly or view it on GitHub. 
> 

— 
Reply to this email directly or view it on GitHub<https://github.com/gkno/gkno_launcher/issues/12#issuecomment-43760976> 
. 

—
Reply to this email directly or view it on GitHub.
pezmaster31 commented 10 years ago

Great! Glad to hear it.

Feel free to drop us a line if you have any future questions, suggestions, or problems.