Re: fatal: clone of 'git://sourceware.org/git/newlib-cygwin.git'
Marco Atzeri <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 19.05.2021 10:43, AMEL SOLOUKI MOHAMMADREZA wrote: > Dear Corinna, > I have tried installing riscv-gnu-toolchain base on the > "https://github.com/riscv/riscv-gnu-toolchain" at Installation (Newlib) > part. However, after I used the "make" command, I have faced a fatal: > clone of 'git://sourceware.org/git/newlib-cygwin.git' into the submodule > path... > The firewall is inactivated, and I can reach sourceware.org via browser. > I used Ubuntu 18 and Ubuntu 20 on VMware Fusion. > > Thank you very much in advance. > I'm looking forward to hearing from you. > > > Best regards, > Mohammadreza > the server works fine for me $ git clone git://sourceware.org/git/newlib-cygwin.git Cloning into 'newlib-cygwin'... remote: Enumerating objects: 190283, done. ... Resolving deltas: 100% (151785/151785), done. Updating files: 100% (8044/8044), done. have you tried to run git in the subdirectory before running make ? Maybe it is a VMware git protocol issue Regards Marco Regards