OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Applications => Topic started by: Andi B. on February 26, 2023, 04:53:49 pm

Title: Someone succesfully running "git daemon" on OS/2? (git repository on own server)
Post by: Andi B. on February 26, 2023, 04:53:49 pm
I can start the daemon 'git daemon --reuseaddr --base-path=/git_repositories/ /git_rerepositories/', I can sort of connect from the other machine with 'git clone git@server:/git_repositories/test' but get
Code: [Select]
Cloning into 'test'...
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

My goal is to have git repositories on my server running OS/2. At first I started with ssh which seems to be the usual way to connect to a git server. But can't get this running. See the other thread - https://www.os2world.com/forum/index.php/topic,3175.0.html

Now I tried with git daemon which is in netlabs.exp. But can't get this to work either. Seems I've to setup a linux server instead...
Title: Re: Someone succesfully running "git daemon" on OS/2? (git repository on own server)
Post by: Dave Yeo on February 26, 2023, 07:24:54 pm
Did you install git-all? It installed about 4 new packages here. Have to test later.
IIRC, KOMH has a different build of git which might be worth trying, it should be on github.