docker-gitlab: Rebase does not working after update to 11.1.3

Hello!

After updating to 11.1.3 rebase on merge request does not working.

In githost.log i see

 ERROR -> MergeRequests::RebaseService error /gitaly-ssh upload-pack: 1: /gitaly-ssh upload-pack: /gitaly-ssh: not found

fatal: Could not read from remote repository.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 15 (1 by maintainers)

Most upvoted comments

We are experiencing this issue with 11.2.3.

Docker containers:

  • sameersbn/postgresql:10
  • sameersbn/gitlab:11.2.3
  • sameersbn/redis:4.0.9-1
  • registry:2.4.1
# Logfile created on 2018-09-10 08:29:12 +0000 by logger.rb/56815
September 10, 2018 08:29 -> INFO -> MergeRequests::RebaseService info (<redacted>): rebase started
September 10, 2018 08:29 -> ERROR -> MergeRequests::RebaseService error (<redacted>): Rebase failed. Please rebase locally
September 10, 2018 08:29 -> ERROR -> MergeRequests::RebaseService error (<redacted>): /gitaly-ssh upload-pack: 1: /gitaly-ssh upload-pack: /gitaly-ssh: not found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
September 10, 2018 08:35 -> INFO -> MergeRequests::RebaseService info (<redacted>): rebase started
September 10, 2018 08:35 -> ERROR -> MergeRequests::RebaseService error (<redacted>): Rebase failed. Please rebase locally
September 10, 2018 08:35 -> ERROR -> MergeRequests::RebaseService error (<redacted>): /gitaly-ssh upload-pack: 1: /gitaly-ssh upload-pack: /gitaly-ssh: not found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Hey at all,

I think @xasx has found a temporary workaround for your problem https://github.com/sameersbn/docker-gitlab/issues/1721#issuecomment-419417829 . If this fix your problem let me know.