Pulling the issue from GitLab to here after investigation:
https://gitlab.com/gitlab-org/gitlab-ce/issues/51176
I have encounter problems when approaching several cross-fork actions belonging to my usual workflow:
The issues happened first after upgrading from 11.1.4 to 11.2.3
/srv/dockerdocker-compose downgit checkout <tag>docker-compose pulldocker-compose uproot password, loginWorks for 11.1.4
Does not work anymore for 11.2.0
Logs show some
gitlab_1 | 2018-09-07 16:52:58,216 INFO reaped unknown pid 1570
Which weren't present when it used to work
We have the same problem. We are using version 11.2.3
gitlab_1 | 2018-09-07 13:25:39,348 INFO reaped unknown pid 26672
Seen another similar issue https://gitlab.com/gitlab-org/gitlab-ce/issues/50691
Intermediate fix
docker-compose exec gitlab bash
ln -s $(which gitaly-ssh) /
Apparently gitaly(-ssh) needs a bit more caring :wink:
Hi @xasx, thanks for the fix. Works :-)
@xasx Hi! I tried your method 1) i used command docker exec -ti (id container) bash for access to docker container 2)found gitaly-ssh file 3)used the command ln -s (file gitaly-ssh directory) / and restart docker container. Your method did not work.
@Uporaba1 which exact problem do you encounter?
Have you seen the specific error message in the log files, as linked in the GitLab issue?
@xasx After the ln -s command and reboot docker, the rebase didn't work. No i didn't see error message in the log files.
@xasx in gitlab issue i see this:

Most helpful comment
Seen another similar issue https://gitlab.com/gitlab-org/gitlab-ce/issues/50691
Intermediate fix
Apparently gitaly(-ssh) needs a bit more caring :wink: