[pkg-go] Bug#912229: gitaly: gitlab not creating new project/repo
Justin Hallett
thesin at southofheaven.org
Wed Oct 31 20:11:44 GMT 2018
Is there an interim fix/patch I can do locally? The some bug seems to happen when you want to look at a commit diff as well.
It seems that this line
Err :connection error: desc = \"transport: Error while dialing dial unix gitaly-ruby://gitaly-ruby: connect: no such file or directory\”
Is the issue, a google search tells me that should be the socket, for example
transport: dial unix tmp/sockets/private/gitaly.socket: connect: no such file or directory
Obviously that is a different error, but it’s pointed to the socket which makes more sense than gitaly-ruby://gitaly-ruby
I’m no expert by far, so I have no idea where to look at why it’s trying to call Gitaly-ruby instead of the socket for the config, but maybe this will help someone that does understand it find a temp work around to get things running again since downgrading isn’t really an option anymore.
- Justin
More information about the Pkg-go-maintainers
mailing list