LFS in gitlab.com

Greetings,

I started to use Gitlab in its default web page and I want to use LFS to track heavy files. However, although I enable in the repository the “Git Large File Storage” option, when I push the content, the terminal show this:

I look the guides but I can not understand how can I configure the repository to host LFS files in gitlab.com ¿What I need to configure to do that?

Thanks in advance.

Regards.

Hi there,

I surfed a little bit more and I discovered that the problem was if you use git in Windows. You need to modify a credential configuration, insert the next line in terminal:

git config --global credential.helper wincred

This solved the problem for me. I hope this can help which one want to use LFS.

Regards.