Re: Cannot clone development sources
Torsten Lilge via Help-octave <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2020-12-17 at 22:54 +0530, Alquama Salim wrote: > i am a noobie interested in Octave. I wished to see the code > underlying but was unable to clone it. i used the command > hg clone https://www.octave.org/hg/octave > but it shows > abort: HTTP Error 502: Bad Gateway > please someone help me out cloning the whole thing in my system. > Thanks in advance This seems to be a problem on the server. The web-interface http://hg.savannah.gnu.org/hgweb/octave/ responds with the same error. Accessing the repo via ssh is possible. Torsten