1
Applications / Someone succesfully running "git daemon" on OS/2? (git repository on own server)
« 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
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...
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...