Updating git from 1.9.1 (ubuntu 14.04 default version) to git 2.6.4 solved
my problem!
It was not a proxy problem after all.
--
You received this message because you are subscribed to the Google Groups
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an ema
Hello,
I updated a server with gitlab-ce 8.2.2 and enabled git-lfs support.
The server is configured to use https with a self-signed certificate.
I created a dummy repository to test git-lfs:
$ mkdir test_lfs
$ cd test_lfs
$ git init
$ echo "Test git-lfs" > README
$ git lfs track "*.iso"
$ git a