'How to download a Nexus Git-LFS repository

I succesfully pushed a git-lfs repo to a Nexus repo and I can see two git blobs on the remote server. I'm wondering if is there the possibility to clone this repo. I tried different ways:

  • git clone http://..../reponame/info/lfs
  • git clone http://..../reponame/
  • creating a new git-lfs repo and pulling (no error, but no pull is actually done)

There's no reference to this topic in the doc here https://help.sonatype.com/repomanager3/nexus-repository-administration/formats/git-lfs-repositories

What's the right way to clone/pull this type of repository from Nexus?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source