The "insert your credentials" text box in the "Set Me up" page for Git LFS does not populate the credentials.
We should change it from:
url = "http://<artiServer>/artifactory/api/lfs/<GitLFSrepoKey>"
to:
url = "http://<user>:<password>@<artiServer>/artifactory/api/lfs/<GitLFSrepoKey>"