I am trying to fetch my git repository on an old server who runs on a Linux kernel 3.8.0.
The problem is that running the command git-lfs pull
returns me :
Downloading LFS objects: 0% (0/1647), 0 B | 0 B/s
... and it stays like this during hours.
git pull
works well.git-lfs pull
.git-lfs install
before running the pull, but it doesn't get better.What could cause this issue ? Thanks !
I finaly fixed my issue. It turns out it was a SSL certificate error as I once got the error message
LFS: Get https://api.media.atlassian.com/file/xxxxx/binary: x509: certificate signed by unknown authority
So I added this option to my git-lfs command :
git lfs clone -c http.sslVerify=false git@bitbucket.org:xxx/xxx