On Sun, Jan 14, 2024 at 9:31 PM Yu Jin <[email protected]> wrote: > > Am So., 14. Jan. 2024 um 03:52 Uhr schrieb Hongyi Zhao: >> >> On Sun, Jan 14, 2024 at 9:21 AM Scott Kostyshak wrote: >> > >> > On Sun, Jan 14, 2024 at 09:06:28AM +0800, Hongyi Zhao wrote: >> > > Hi, >> > > >> > > I'm trying to clone the git repo of lyx, but always fail, as shown below: >> > > >> > > werner@X10DAi:~$ git clone [email protected]:lyx >> > > Cloning into 'lyx'... >> > > kex_exchange_identification: Connection closed by remote host >> > > Connection closed by 127.0.0.1 port 18888 >> > > fatal: Could not read from remote repository. >> > >> > I sometimes have problems as well to clone. >> > >> > One possibility would be to try the following: >> > >> > https://github.com/cburschka/lyx >> > >> > Note however that (1) it is unofficial and I don't know the owner of >> > that repository so you have to decide if you trust it; and (2) it is 10 >> > months out of date. >> >> I want to clone the up-to-date git repo of lyx. > > > This worked fine for me > > :~$ git clone git://git.lyx.org/lyx.git > Cloning into 'lyx'... > remote: Counting objects: 503349, done. > remote: Compressing objects: 100% (91927/91927), done. > Receiving objects: 100% (503349/503349), 509.70 MiB | 8.43 MiB/s, done. > remote: Total 503349 (delta 423483), reused 488371 (delta 409559) > Resolving deltas: 100% (423483/423483), done.
In my case, I wrapped the git command in a bash script which calls git via proxychains-ng. The issue seems to be caused by proxychains-ng, which seems to have some issues working with the git protocol. See here [1] for a detailed discussion. [1] https://github.com/rofl0r/proxychains-ng/issues/545 > -- > Eugene Regards, Zhao > -- > lyx-users mailing list > [email protected] > http://lists.lyx.org/mailman/listinfo/lyx-users -- lyx-users mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-users
