Closed CPlusPlus17 closed 9 years ago
In my case url looks like:
https://bozaro:*****@api.github.com/lfs/bozaro/git-lfs-migrate
You can get correct URL by command like:
ssh git@github.com git-lfs-authenticate bozaro/git-lfs-migrate upload
Thanks you, this worked.
A site node, the URL must end with / else it's not working:
Wrong:
https://xxx:yyy@api.github.com/lfs/QuantumBytesInc/ROAC
Tries to access: api.github.com/QuantumBytesinc/objects
Right:
https://xxx:yyy@api.github.com/lfs/QuantumBytesInc/ROAC/
Tries to access: api.github.com/QuantumBytesinc/ROAC/objects
I would suggest to add a slash after the LFS-URL if not there.
I add slash after URL (729f8daafacee0bd038caf8af0bec1d101361648), but not bump new build yet.
Hello Again!
I'm currently struggling with the LFS-URL if LFS from github is used.
I tried different URLs but it seems I didn't got it right:
The stacktrace is:
Thanks a lot for help!