artemkin / git-lfs-server

Git LFS server
Other
140 stars 20 forks source link

Requesting a quick example on getting this working #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

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