artemkin / git-lfs-server

Git LFS server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requesting a quick example on getting this working

opened this issue · comments

I've been trying to get this working for a while now without any success. I'm running with HTTPS and the service seems to be running fine. URL requests to the link response with 401 Unauthorized.

I'm starting lfs_server via ./lfs_server.sh /opt/git -verbose -s 0.0.0.0 -p 8080 -pam ssh -cert ~/cert.crt -key ~/key.key

git lfs env shows the correct URL, that is: https://hostname.com:8080

Is there something i'm missing? I think maybe something regarding the ROOT path? When I add new files that are being tracked by Git LFS i'm not seeing any HTTPS requests either. Any help is appreciated as are any documents that may help clarify the workflow of Git LFS and its requirements