masics

Results 19 comments of masics

Sure: `$ java -jar git-lfs-migrate/git-lfs-migrate.jar -s orig_bare -d work3 -l ssh://artifactory.domain.com:1339/artifactory/test "*.dll" Feb 19, 2017 1:43:10 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.conn.UnsupportedSchemeException) caught when processing request to {}->ssh://artifactory.domain.com:1339: ssh...

Artifactory can use ssh for authentication (as any other LFS service). Then, all transactions are done via HTTP(s). [https://github.com/git-lfs/git-lfs/blob/master/docs/api/authentication.md](https://github.com/git-lfs/git-lfs/blob/master/docs/api/authentication.md)

Another question - why do you care about it? Can you just put this info into .lfsconfig file and let me push it with original LFS?

Git repository and LFS are separate services. Git is located at Bitbucket while LFS is at Artifactory.

> I did not understand your question. You can even omit the -g and -l options, and then upload LFS files manually (it would located at objects/lfs directory). I can....

> It's unrelated problems. This file is outside working copy and all users should create it manually. Why users should create it manually??? It should be part of the repo....

> In common case user simply make clone. Git LFS client detect LFS service location by https://github.com/git-lfs/git-lfs/blob/master/docs/api/server-discovery.md logic without any additional configurations files in client environment or workingh copy. This...

> If you want to use Git server and LFS storage without discovery integration, you will feel pain. How exactly you can configure Git server to provide LFS url on...

In my case it is Bitbucket and Artifactory. And I cannot get Bitbucket to make authentication for Artifactory. I need .lfsconfig file to do that.

They must have fixed that in version 5.0.1. Everything is working if I supply .lfsconfig file. Unfortunately this configuration is what is forced on me and I have to live...