Hello
I have installed gitlab-ce-11.10.4-ce.0.el7.x86_64 on linux centos 7
I have a git client and I can make a OK connection test to gitlab server with authentification user password.
But when I want to push source code to gitlab server, I have an error message:
org.eclipse.jgit.errors.NotSupportedException: remote does not support smart HTTP push
** at org.eclipse.jgit.transport.TransportHttp.openPush(TransportHttp.java:431)**
** at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:160)**
** at org.eclipse.jgit.transport.Transport.push(Transport.java:1310)**
** at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:169)**
I do not make any change in the gitlab.rb for the Nginx section.
Do you have any idea to help me to solve this problem ?
Thanks a lot
Vietminh