Configuring git lfs

1,595 views
Skip to first unread message

Nils Carlson

unread,
Sep 22, 2016, 9:30:29 AM9/22/16
to Repo and Gerrit Discussion
Hi,

I wanted to get started with git lfs, so I downloaded the source and built the plugin. Installing seems to work, my configuration looks like this:


[lfs]
        plugin = lfs

[plugin "lfs"]
        backend = fs


In the All-Projects I have added lfs.config:

~/git/All-Projects$ ls
groups  lfs.config  project.config

containing:

[lfs ".*"]
        enabled = true
        maxObjectSize = 500m

I have created a project called "playground" (prior to setting the config in the All-Projects if that matters):

I have configured git lfs with a pdf smudge and set the url in my .git/config :

[lfs]
        url = http://nils@<snipped>/playground/info/lfs

But pushing fails, with the log containing:


batch response: Fatal error: http: LFS is not available for repository playground
github.com/github/git-lfs/errors.newWrappedError
        /Users/rick/go/src/github.com/github/git-lfs/errors/types.go:166
github.com/github/git-lfs/errors.Wrap
        /Users/rick/go/src/github.com/github/git-lfs/errors/errors.go:73
github.com/github/git-lfs/api.Batch
        /Users/rick/go/src/github.com/github/git-lfs/api/api.go:103
github.com/github/git-lfs/lfs.(*TransferQueue).batchApiRoutine
        /Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:356
runtime.goexit
        /usr/local/Cellar/go/1.7/libexec/src/runtime/asm_amd64.s:2086



Any help or suggestions very much appreciated. :-)

Cheers,
Nils


Matthias Sohn

unread,
Sep 22, 2016, 9:58:41 AM9/22/16
to Nils Carlson, Repo and Gerrit Discussion

David Pursehouse

unread,
Sep 22, 2016, 10:02:40 AM9/22/16
to Nils Carlson, Repo and Gerrit Discussion
On Thu, Sep 22, 2016 at 3:30 PM Nils Carlson <nils.c...@ludd.ltu.se> wrote:
Hi,

I wanted to get started with git lfs, so I downloaded the source and built the plugin. Installing seems to work, my configuration looks like this:


[lfs]
        plugin = lfs

[plugin "lfs"]
        backend = fs


In the All-Projects I have added lfs.config:

~/git/All-Projects$ ls
groups  lfs.config  project.config

containing:

[lfs ".*"]
        enabled = true
        maxObjectSize = 500m


Does it work if you change the lfs section to explicitly mention the project name?

i.e.:
  [lfs "playground"]
 

I have created a project called "playground" (prior to setting the config in the All-Projects if that matters):

I have configured git lfs with a pdf smudge and set the url in my .git/config :

[lfs]
        url = http://nils@<snipped>/playground/info/lfs

But pushing fails, with the log containing:


batch response: Fatal error: http: LFS is not available for repository playground
github.com/github/git-lfs/errors.newWrappedError
        /Users/rick/go/src/github.com/github/git-lfs/errors/types.go:166
github.com/github/git-lfs/errors.Wrap
        /Users/rick/go/src/github.com/github/git-lfs/errors/errors.go:73
github.com/github/git-lfs/api.Batch
        /Users/rick/go/src/github.com/github/git-lfs/api/api.go:103
github.com/github/git-lfs/lfs.(*TransferQueue).batchApiRoutine
        /Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:356
runtime.goexit
        /usr/local/Cellar/go/1.7/libexec/src/runtime/asm_amd64.s:2086



Any help or suggestions very much appreciated. :-)

Cheers,
Nils


--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Saša Živkov

unread,
Sep 22, 2016, 10:09:38 AM9/22/16
to Nils Carlson, Repo and Gerrit Discussion
On Thu, Sep 22, 2016 at 3:20 PM, Nils Carlson <nils.c...@ludd.ltu.se> wrote:
Hi,

I wanted to get started with git lfs, so I downloaded the source and built the plugin. Installing seems to work, my configuration looks like this:


[lfs]
        plugin = lfs
The above part should go into etc/gerrit.config
 

[plugin "lfs"]
        backend = fs
I guess you put that into etc/gerrit.config? This is likely not supported.
Instead, create etc/lfs.config with the following content:

[storage]
  backend = fs


 

--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.

Nils Carlson

unread,
Sep 22, 2016, 5:31:24 PM9/22/16
to Saša Živkov, Repo and Gerrit Discussion, david.pu...@gmail.com, matthi...@gmail.com

On 09/22/2016 02:08 PM, Saša Živkov wrote:


I guess you put that into etc/gerrit.config? This is likely not supported.
Instead, create etc/lfs.config with the following content:

[storage]
  backend = fs


Ok, added that.


...


On 09/22/2016 02:02 PM, David Pursehouse wrote:

Does it work if you change the lfs section to explicitly mention the project name?

i.e.:
  [lfs "playground"]
Ok, changed this for the experiment

....



On 09/22/2016 01:58 PM, Matthias Sohn wrote:
Did you configure LFS access following [1] ?


-Matthias
Ok, this was a bit different than what I saw somewhere else, maybe an old post. Specifically the lfs.url at the bottom:

http://<username>@<gerrit-host>:<port>/gerrit/<project-name>/info/lfs


Is this /gerrit/ really supposed to be there?

I changed all this, and I think we have taken a step forward because now I get the following:

nils@nils:~/git/playground-lfs$ git push origin master
Password for 'http://nils@<snip>':
Password for 'http://nils@<snip>':
Git LFS: (0 of 1 files) 0 B / 2.46 MB                                                                                                                                                                            
LFS: Repository or object not found: http://nils@<snip>/gerrit/playground/info/lfs/objects
Check that it exists and that you have proper access to it
error: failed to push some refs to 'ssh://nils@<snip>:29418/playground'

Entering a http password (one with which clone and fetch works, doesn't seem to work in this case.

My .git/config now looks like this:

[lfs]
        url = http://nils@<snip>/gerrit/playground/info/lfs
        batch = false

If I clone via http, then add a file matching the lfs smudge filter, and then try to push, I fail with an infinite number of password prompts, even though cloning with that password works fine.

The generate .git/config for the http cloned repo is:


[lfs "http://nils@<snip>/a/playground.git/info/lfs"]
        access = basic

Please note that I don't have any https configured, if you think this would somehow help, let me know.

I have had a look at the server logs, but nothing stands out. Let me know if there is any more info I can provide.

Thank you for all the helpful responses.

Cheers,
Nils


Saša Živkov

unread,
Sep 23, 2016, 4:22:57 AM9/23/16
to Nils Carlson, Repo and Gerrit Discussion, David Pursehouse, Matthias Sohn
On Thu, Sep 22, 2016 at 11:37 PM, Nils Carlson <nils.c...@ludd.ltu.se> wrote:

On 09/22/2016 02:08 PM, Saša Živkov wrote:


I guess you put that into etc/gerrit.config? This is likely not supported.
Instead, create etc/lfs.config with the following content:

[storage]
  backend = fs


Ok, added that.


...

On 09/22/2016 02:02 PM, David Pursehouse wrote:

Does it work if you change the lfs section to explicitly mention the project name?

i.e.:
  [lfs "playground"]
Ok, changed this for the experiment

....


On 09/22/2016 01:58 PM, Matthias Sohn wrote:
Did you configure LFS access following [1] ?


-Matthias
Ok, this was a bit different than what I saw somewhere else, maybe an old post. Specifically the lfs.url at the bottom:

http://<username>@<gerrit-host>:<port>/gerrit/<project-name>/info/lfs


Is this /gerrit/ really supposed to be there?

No.
This is a mistake in the documentation.
 

I changed all this, and I think we have taken a step forward because now I get the following:

Before you continue trying to get lfs to work, can you verify that you are able to clone a Git repository via http protocol?
 

nils@nils:~/git/playground-lfs$ git push origin master
Password for 'http://nils@<snip>':
Password for 'http://nils@<snip>':
Git LFS: (0 of 1 files) 0 B / 2.46 MB                                                                                                                                                                            
LFS: Repository or object not found: http://nils@<snip>/gerrit/playground/info/lfs/objects
Check that it exists and that you have proper access to it
error: failed to push some refs to 'ssh://nils@<snip>:29418/playground'

Entering a http password (one with which clone and fetch works, doesn't seem to work in this case.

My .git/config now looks like this:

[lfs]
        url = http://nils@<snip>/gerrit/playground/info/lfs
        batch = false
 
lfs.basic should be set to true.
I don't have any lfs.url in my git config and the lfs client works for me. Remove lfs.url.

Also make sure your Gerrit server performs Basic http authentication, not Digest, see [1]

Saša Živkov

unread,
Sep 23, 2016, 4:23:50 AM9/23/16
to Nils Carlson, Repo and Gerrit Discussion, David Pursehouse, Matthias Sohn
I meant to write: lfs.batch should be set to true.

David Pursehouse

unread,
Sep 23, 2016, 4:26:48 AM9/23/16
to Saša Živkov, Nils Carlson, Repo and Gerrit Discussion, Matthias Sohn
On Fri, Sep 23, 2016 at 10:22 AM Saša Živkov <ziv...@gmail.com> wrote:
On Thu, Sep 22, 2016 at 11:37 PM, Nils Carlson <nils.c...@ludd.ltu.se> wrote:

On 09/22/2016 02:08 PM, Saša Živkov wrote:


I guess you put that into etc/gerrit.config? This is likely not supported.
Instead, create etc/lfs.config with the following content:

[storage]
  backend = fs


Ok, added that.


...

On 09/22/2016 02:02 PM, David Pursehouse wrote:

Does it work if you change the lfs section to explicitly mention the project name?

i.e.:
  [lfs "playground"]
Ok, changed this for the experiment

....


On 09/22/2016 01:58 PM, Matthias Sohn wrote:
Did you configure LFS access following [1] ?


-Matthias
Ok, this was a bit different than what I saw somewhere else, maybe an old post. Specifically the lfs.url at the bottom:

http://<username>@<gerrit-host>:<port>/gerrit/<project-name>/info/lfs


Is this /gerrit/ really supposed to be there?

No.
This is a mistake in the documentation.

Nils Carlson

unread,
Sep 23, 2016, 6:15:15 AM9/23/16
to Repo and Gerrit Discussion
Hi,

This is all now working, thank you very much for the help. The final step (after fixing the url and batch mode in .git/config locally and enabling basic auth server side) was to add this:

 client_max_body_size 256M;

to my nginx configuration for the reverse proxy, in case somebody stumbles across this problem.

Thank you again for all the help.

Cheers,
Nils

Gaurav Negi

unread,
Oct 13, 2017, 4:35:19 PM10/13/17
to Repo and Gerrit Discussion
Dear All,
   I am having similar error while working on LFS. 
Sorry for buzzing, i am trying LFS very 1st time with Gerrit. 

Somehow steps mentioned below did not fix my issue. 

I am using Gerrit 2.14.4, with LFS plugin installed. 

1. On Gerritserver in etc/gerrit.config, I have following entry

[lfs]
        plugin = lfs
[storage]
        backend = fs
[auth]
        type = OAUTH
        gitBasicAuthPolicy = HTTP
        sshExpirationSeconds = 100

2. On All-Projects.git meta/config branch I have added lfs.config

gaurav@gaurav-virtual-machine ~/gerrit/allproj $ git branch
* meta/config
gaurav@gaurav-virtual-machine ~/gerrit/allproj $ ls -ltr
total 12
-rw-rw-r-- 1 gaurav gaurav 2262 Oct 11 13:15 project.config
-rw-rw-r-- 1 gaurav gaurav   63 Oct 11 13:15 lfs.config
-rw-rw-r-- 1 gaurav gaurav  344 Oct 11 13:15 groups
gaurav@gaurav-virtual-machine ~/gerrit/allproj $ cat lfs.config

[lfs ".*"]
        enabled = true
        maxObjectSize = 500m

3. my local git cloned repo has following entry in .git/config
[lfs]
        url = http://g.negi@gerrit.domain.com:8080/el/info/lfs
    batch = true

4. But when I am pushing the change with .gitattributes changed, it is throwing error. 
$ git push origin HEAD:master
Password for 'http://g.negi@gerrit.domain.com:8080': 
Git LFS: (0 of 126 files) 0 B / 31.80 MB                                                                                                                     
LFS is not available for repository el

Errors logged to /home/gaurav/jupiter/el/.git/lfs/objects/logs/20171011T131813.903614671.log
Use `git lfs logs last` to view the log.
LFS is not available for repository el

Errors logged to /home/gaurav/jupiter/el/.git/lfs/objects/logs/20171011T131813.906089606.log
Use `git lfs logs last` to view the log.
error: failed to push some refs to 'ssh://g.negi@gerrit.domain.com:29418/el'

5. Log file says LFS is not available for the repository.

$ cat /home/gaurav/jupiter/el/.git/lfs/objects/logs/20171011T131813.903614671.log
git-lfs/1.2.1 (GitHub; linux 386; go 1.6.2; git 79bedeb)
git version 2.7.4

$ git-lfs pre-push origin ssh://g.negi@gerrit.domain.com:29418/el
LFS is not available for repository el

LFS is not available for repository el
goroutine 1 [running]:
github.com/github/git-lfs/lfs.Stack(0x0, 0x0, 0x0)
    /Users/rick/go/src/github.com/github/git-lfs/lfs/errors.go:566 +0x80
github.com/github/git-lfs/commands.logPanicToWriter(0xb773e1f0, 0x189d65e0, 0xb76fab38, 0x189d61e8)
    /Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:197 +0xd00
github.com/github/git-lfs/commands.logPanic(0xb76fab38, 0x189d61e8, 0x0, 0x0)
    /Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:161 +0x35a

If anyone can give any clue, that will be great.

Thanks
-Gaurav

David Pursehouse

unread,
Oct 16, 2017, 3:02:52 AM10/16/17
to Gaurav Negi, Repo and Gerrit Discussion
On Sat, Oct 14, 2017 at 5:35 AM Gaurav Negi <gaura...@gmail.com> wrote:
Dear All,
   I am having similar error while working on LFS. 
Sorry for buzzing, i am trying LFS very 1st time with Gerrit. 

Somehow steps mentioned below did not fix my issue. 

I am using Gerrit 2.14.4, with LFS plugin installed. 

1. On Gerritserver in etc/gerrit.config, I have following entry

[lfs]
        plugin = lfs
[storage]
        backend = fs

The storage section should be in the etc/lfs.config file.  In this case the misconfiguration should make no difference because the default backend is FS anyway.
 
[auth]
        type = OAUTH
        gitBasicAuthPolicy = HTTP
        sshExpirationSeconds = 100

2. On All-Projects.git meta/config branch I have added lfs.config

gaurav@gaurav-virtual-machine ~/gerrit/allproj $ git branch
* meta/config
gaurav@gaurav-virtual-machine ~/gerrit/allproj $ ls -ltr
total 12
-rw-rw-r-- 1 gaurav gaurav 2262 Oct 11 13:15 project.config
-rw-rw-r-- 1 gaurav gaurav   63 Oct 11 13:15 lfs.config
-rw-rw-r-- 1 gaurav gaurav  344 Oct 11 13:15 groups
gaurav@gaurav-virtual-machine ~/gerrit/allproj $ cat lfs.config

[lfs ".*"]
        enabled = true
        maxObjectSize = 500m


I'm not 100% sure but you might need a leading ^ on the regular expression.

You can check if LFS has been enabled for a specific project by going to the General tab of the project's page in the UI.  If LFS is enabled you'll see an "LFS Options" section like this at the bottom of the page:


One thing you can try is to change the config to use an explicit project name, instead of using a wildcard.  If it works, but the wildcard doesn't, it means either the wildcard was wrong or the plugin's handling of wildcards is broken.  Hopefully it is not the latter :)

 
3. my local git cloned repo has following entry in .git/config
[lfs]
        url = http://g.n...@gerrit.domain.com:8080/el/info/lfs
    batch = true

4. But when I am pushing the change with .gitattributes changed, it is throwing error. 
$ git push origin HEAD:master

Git LFS: (0 of 126 files) 0 B / 31.80 MB                                                                                                                     
LFS is not available for repository el


The fact that it's getting this far is a good sign.  It means that at least the client has authenticated successfully, and the LFS plugin has handled the request.  The only problem seems to be that it thinks LFS is not enabled for that project, which you should be able to track down with the suggestion above.
 
Errors logged to /home/gaurav/jupiter/el/.git/lfs/objects/logs/20171011T131813.903614671.log
Use `git lfs logs last` to view the log.
LFS is not available for repository el

Errors logged to /home/gaurav/jupiter/el/.git/lfs/objects/logs/20171011T131813.906089606.log
Use `git lfs logs last` to view the log.
error: failed to push some refs to 'ssh://g.n...@gerrit.domain.com:29418/el'

5. Log file says LFS is not available for the repository.
$ cat /home/gaurav/jupiter/el/.git/lfs/objects/logs/20171011T131813.903614671.log
git-lfs/1.2.1 (GitHub; linux 386; go 1.6.2; git 79bedeb)
git version 2.7.4

$ git-lfs pre-push origin ssh://g.n...@gerrit.domain.com:29418/el

LFS is not available for repository el

LFS is not available for repository el
goroutine 1 [running]:
github.com/github/git-lfs/lfs.Stack(0x0, 0x0, 0x0)
    /Users/rick/go/src/github.com/github/git-lfs/lfs/errors.go:566 +0x80
github.com/github/git-lfs/commands.logPanicToWriter(0xb773e1f0, 0x189d65e0, 0xb76fab38, 0x189d61e8)
    /Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:197 +0xd00
github.com/github/git-lfs/commands.logPanic(0xb76fab38, 0x189d61e8, 0x0, 0x0)
    /Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:161 +0x35a

If anyone can give any clue, that will be great.

Thanks
-Gaurav

On Friday, September 23, 2016 at 3:15:15 AM UTC-7, Nils Carlson wrote:
Hi,

This is all now working, thank you very much for the help. The final step (after fixing the url and batch mode in .git/config locally and enabling basic auth server side) was to add this:

 client_max_body_size 256M;

to my nginx configuration for the reverse proxy, in case somebody stumbles across this problem.

Thank you again for all the help.

Cheers,
Nils

--
--
To unsubscribe, email repo-discuss...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.

Gaurav Negi

unread,
Oct 16, 2017, 4:14:18 PM10/16/17
to David Pursehouse, Repo and Gerrit Discussion
Thanks David. You cracked it. 

//I'm not 100% sure but you might need a leading ^ on the regular expression.

Yes that was the issue. After making it 

[lfs "^.*"]
      enabled = true

It works. And on UI also I can see LFS enabled for project.

LFS Options
Enabled:true
Max Object Size:524288000
Read Only:false

However, lfs push is hanging, after 1st 100 files. 

$ git push origin HEAD:master
Password for 'http://g.negi@gerrit.metavision.com:8080': 
Git LFS: (0 of 1470 files) 0 B / 1.10 GB                                                                                                                    
Git LFS: (100 of 1470 files) 74.86 MB / 1.10 GB      

I am seeing above message for over 2 hours an dit is not moving forward.

Thanks
-Gaurav

You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.

Matthias Sohn

unread,
Oct 16, 2017, 4:24:37 PM10/16/17
to Gaurav Negi, David Pursehouse, Repo and Gerrit Discussion
On Mon, Oct 16, 2017 at 10:14 PM, Gaurav Negi <gaura...@gmail.com> wrote:
Thanks David. You cracked it. 

//I'm not 100% sure but you might need a leading ^ on the regular expression.

Yes that was the issue. After making it 

[lfs "^.*"]
      enabled = true

It works. And on UI also I can see LFS enabled for project.

LFS Options
Enabled:true
Max Object Size:524288000
Read Only:false

However, lfs push is hanging, after 1st 100 files. 

$ git push origin HEAD:master

Git LFS: (0 of 1470 files) 0 B / 1.10 GB                                                                                                                    
Git LFS: (100 of 1470 files) 74.86 MB / 1.10 GB      

I am seeing above message for over 2 hours an dit is not moving forward.

create some thread dumps for the gerrit server process in this situation, the thread dumps should give some clue what's going wrong

David Pursehouse

unread,
Oct 16, 2017, 7:45:00 PM10/16/17
to Gaurav Negi, Repo and Gerrit Discussion
On Tue, Oct 17, 2017 at 5:14 AM Gaurav Negi <gaura...@gmail.com> wrote:
Thanks David. You cracked it. 

//I'm not 100% sure but you might need a leading ^ on the regular expression.

Yes that was the issue. After making it 

[lfs "^.*"]
      enabled = true

It works. And on UI also I can see LFS enabled for project.

LFS Options
Enabled:true
Max Object Size:524288000
Read Only:false

However, lfs push is hanging, after 1st 100 files. 

$ git push origin HEAD:master

Git LFS: (0 of 1470 files) 0 B / 1.10 GB                                                                                                                    
Git LFS: (100 of 1470 files) 74.86 MB / 1.10 GB      

I am seeing above message for over 2 hours an dit is not moving forward.

Similar problem has been reported before, but I can't see any resolution for it.  Can you try again with tracing/logging enabled to see what the client is doing?

GIT_CURL_VERBOSE=1 GIT_TRACE=1 git push ...
 


Thanks
-Gaurav

To unsubscribe, email repo-discuss...@googlegroups.com
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.

Gaurav Negi

unread,
Oct 17, 2017, 2:39:41 PM10/17/17
to David Pursehouse, Repo and Gerrit Discussion
Thanks David, but not much luck

fb504da023de35c184e0dc05baf451a7e9be1a5f4994664214ac15abdaad7d14","size":23394},{"oid":"63391cca95cfa41fcd21f012458bbd79ae2841d7f0e05808c92fca7217d00c8c","size":23531},{"oid":"b16b63f80d0c838910ecc76f96d325c69e3fecca9eb50c0b04a955692faa141a","size":23497},{"oid":"26fa26920329a13e2c9993fb371272d4cbf0ccf47adb0b30cf620d61f7e42903","size":23432},{"oid":"ca448a51435fad55d99429edb6553deaead8c832b7066128b7632cde4e0667fc","size":23581},{"oid":"ea585e437fde2ba768f4891126b4e018c10fe7c05bfb6deda4487c471eb7e722","size":25418},{"oid":"85cada699cf6e7a35bf2072af23492e4b3c8ec1151ee9bb05aae78f8bb940971","size":26342},{"oid":"ef220d73c994f0b493535493addb2c62f749c4228c986492f24c4c04b3c63c82","size":26307},{"oid":"10ad15db6e702eacd3195d24c926990f5b12d9df5fe01c895b8192253d2c2ae5","size":23799},{"oid":"25caccadbaa3998ecbbb37441244330f68cdf01b93d43091034fcb7ee7f5221b","size":19154},{"oid":"f1a99e4b0baa85bbfc0d89d75ca43ccdd1a7e2554598a375e6cc12d107aff98c","size":19130},{"oid":"0b7beff0a78eac6a2138f65f365983f12ba6acd6a8888a2e12367c96586ba6b8","size":28022},{"oid":"6328ba62a46a79f7fccadd5a264e4bec587bd7c86749b92d23687d81be65f5da","size":28087}]}trace git-lfs: HTTP: 
trace git-lfs: tq: sending batch of size 26
trace git-lfs: api: batch 26 files
Git LFS: (0 of 126 files, 100 skipped) 0 B / 31.80 MB, 9.93 MB skipped                                                                          
Git LFS: (0 of 126 files, 100 skipped) 0 B / 31.80 MB, 9.93 MB skipped     

It is hanging there.(1st 100 files were pushed in my last attempt). 

Thanks
-Gaurav

On Mon, Oct 16, 2017 at 4:44 PM, David Pursehouse <david.pu...@gmail.com> wrote:
On Tue, Oct 17, 2017 at 5:14 AM Gaurav Negi <gaura...@gmail.com> wrote:
Thanks David. You cracked it. 

//I'm not 100% sure but you might need a leading ^ on the regular expression.

Yes that was the issue. After making it 

[lfs "^.*"]
      enabled = true

It works. And on UI also I can see LFS enabled for project.

LFS Options
Enabled:true
Max Object Size:524288000
Read Only:false

However, lfs push is hanging, after 1st 100 files. 

$ git push origin HEAD:master
 


Thanks
-Gaurav

You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.

David Pursehouse

unread,
Oct 17, 2017, 7:47:24 PM10/17/17
to Gaurav Negi, Repo and Gerrit Discussion
On Wed, Oct 18, 2017 at 3:39 AM Gaurav Negi <gaura...@gmail.com> wrote:
Thanks David, but not much luck

fb504da023de35c184e0dc05baf451a7e9be1a5f4994664214ac15abdaad7d14","size":23394},{"oid":"63391cca95cfa41fcd21f012458bbd79ae2841d7f0e05808c92fca7217d00c8c","size":23531},{"oid":"b16b63f80d0c838910ecc76f96d325c69e3fecca9eb50c0b04a955692faa141a","size":23497},{"oid":"26fa26920329a13e2c9993fb371272d4cbf0ccf47adb0b30cf620d61f7e42903","size":23432},{"oid":"ca448a51435fad55d99429edb6553deaead8c832b7066128b7632cde4e0667fc","size":23581},{"oid":"ea585e437fde2ba768f4891126b4e018c10fe7c05bfb6deda4487c471eb7e722","size":25418},{"oid":"85cada699cf6e7a35bf2072af23492e4b3c8ec1151ee9bb05aae78f8bb940971","size":26342},{"oid":"ef220d73c994f0b493535493addb2c62f749c4228c986492f24c4c04b3c63c82","size":26307},{"oid":"10ad15db6e702eacd3195d24c926990f5b12d9df5fe01c895b8192253d2c2ae5","size":23799},{"oid":"25caccadbaa3998ecbbb37441244330f68cdf01b93d43091034fcb7ee7f5221b","size":19154},{"oid":"f1a99e4b0baa85bbfc0d89d75ca43ccdd1a7e2554598a375e6cc12d107aff98c","size":19130},{"oid":"0b7beff0a78eac6a2138f65f365983f12ba6acd6a8888a2e12367c96586ba6b8","size":28022},{"oid":"6328ba62a46a79f7fccadd5a264e4bec587bd7c86749b92d23687d81be65f5da","size":28087}]}trace git-lfs: HTTP: 
trace git-lfs: tq: sending batch of size 26
trace git-lfs: api: batch 26 files
Git LFS: (0 of 126 files, 100 skipped) 0 B / 31.80 MB, 9.93 MB skipped                                                                          
Git LFS: (0 of 126 files, 100 skipped) 0 B / 31.80 MB, 9.93 MB skipped     

It is hanging there.(1st 100 files were pushed in my last attempt). 

Is that the entire trace?  I don't see any of the curl logs.

Can you see what it's doing server-side? Any logs there?
 

Thanks
-Gaurav

On Mon, Oct 16, 2017 at 4:44 PM, David Pursehouse <david.pu...@gmail.com> wrote:
On Tue, Oct 17, 2017 at 5:14 AM Gaurav Negi <gaura...@gmail.com> wrote:
Thanks David. You cracked it. 

//I'm not 100% sure but you might need a leading ^ on the regular expression.

Yes that was the issue. After making it 

[lfs "^.*"]
      enabled = true

It works. And on UI also I can see LFS enabled for project.

LFS Options
Enabled:true
Max Object Size:524288000
Read Only:false

However, lfs push is hanging, after 1st 100 files. 

$ git push origin HEAD:master
 


Thanks
-Gaurav

To unsubscribe, email repo-discuss...@googlegroups.com
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.

Gaurav Negi

unread,
Nov 13, 2017, 7:17:21 PM11/13/17
to David Pursehouse, Repo and Gerrit Discussion
Hi David,
   Sorry for the late reply. 
Tried it again now. Deleted everything from Gerrit log, Restarted Gerrit server and then tried push again.
Again git push when we have LFS files is hanging after 100 files. 

This is what I see on client and server side. 

If you can give me any lead or clue, that will be great. 


$ GIT_CURL_VERBOSE=1 GIT_TRACE=1  git push origin HEAD:master
10:56:48.121364 git.c:344               trace: built-in: git 'push' 'origin' 'HEAD:master'
10:56:48.121739 run-command.c:334       trace: run_command: 'ssh' '-p' '29418' 'g.n...@gerrit.metavision.com' 'git-receive-pack '\''/el'\'''
10:56:48.627684 run-command.c:334       trace: run_command: '.git/hooks/pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.696181 git.c:561               trace: exec: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.698457 run-command.c:334       trace: run_command: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
trace git-lfs: run_command: git rev-list --objects 5675ff5d4dbf3435b5a79c119f95b8d067fccfd2 --not --remotes=origin --
trace git-lfs: run_command: git cat-file --batch-check
trace git-lfs: run_command: git cat-file --batch
trace git-lfs: run_command: 'git' config -l -f /home/gaurav/gerrit/el/.lfsconfig
trace git-lfs: run_command: 'git' config -l
trace git-lfs: tq: starting 3 transfer workers
trace git-lfs: tq: running as batched queue, batch size of 100
trace git-lfs: tq: sending batch of size 100
trace git-lfs: api: batch 100 files
Username for 'http://172.16.2.31:8081': admin
Password for 'http://ad...@172.16.2.31:8081': 
trace git-lfs: Filled credentials for http://172.16.2.31:8081/artifactory/api/lfs/gerrit
trace git-lfs: HTTP: POST http://172.16.2.31:8081/artifactory/api/lfs/gerrit/objects/batch
> POST /artifactory/api/lfs/gerrit/objects/batch HTTP/1.1
> Host: 172.16.2.31:8081
> Accept: application/vnd.git-lfs+json; charset=utf-8
> Authorization: Basic * * * * *
> Content-Type: application/vnd.git-lfs+json; charset=utf-8
> User-Agent: git-lfs/1.2.1 (GitHub; linux 386; go 1.6.2; git 79bedeb)

{"objects":[{"oid":"68e3b7f95415674605d029b8ee3deb76e4ebc71bd3dfe4f4f9effc80e18fb685","size":62420},{"oid":"ecc24f40f565ce3d863f4ab0fe3258c6d92ca796776a4cae7d68fb52fdddeb7d","size":62924},{"oid":"46428f2c539eecc8b06fecb7ea74dc8f945fd9ab25b8b4cabba1aa55f6d91239","size":62504},{"oid":"c36ca8cd5566c156e23f38dde55efa9767270c732ddcb7ed915ea44b2295601e","size":63568},{"oid":"2b4a239914214abf74f5f5a1dbbfc63419e67700d07b1c146e2b72f5d7d254d2","size":68776},{"oid":"9d04bef86c762cba0d5a26a1fb01668b3d71431624d866ab054b3adb4d896239","size":47870},{"oid":"9a1f4a35e790b557fc3b89ebb1b78833cdc46b2a1a246a62d25b741e979a4a28","size":44951},{"oid":"f8a3834d7fbe6040bb3963e20258ed3275402db3926acf72d3ddd699f9256e71","size":2094933},{"oid":"0b0189e4a7ea947f76fd7a6cbcc5d0ff7d9100303818d99ce1713aa00f08fc2e","size":552678},{"oid":"3dc16e5baf0776a3d137e30909fffa960ea8911a99bf42027b7a759bcffdf288","size":1458907},{"oid":"1f3413b19ff5f4a87d6521b33ac22aa14509e4a6b4674702d14204717d469eb9","size":30260},{"oid":"11e339eaaca9858f6dac3b05dd3f67abce79e222fcc65f0986c7fec380cc905c","size":16889},{"oid":"f6f7d23531746f27c0975892957cb244061598c31769d46b4b3ac01add4f9a77","size":17140},{"oid":"28dee5f215a9198c21851faedb6fceec6a1e9ea047b066192d6526e16a9b750e","size":30560},{"oid":"dcb66d11b70d2d6a0e84c93b734bae3eecaccea845be339fd0cab4c771d4cd82","size":32199},{"oid":"ec3ba92f8460a0aa1fee5fd9dfb76cce337df38b7369704c210b3f908811031a","size":5449},{"oid":"efa58df3c26e6fa7b6bec51b3eb26571435dd6ed06e1483e952d20d0d1698da3","size":55390},{"oid":"83a2ff80be0bf8b4fc2e0018711d4c7bfe106dc5bc36e4b8d3c9d34e7803332e","size":33435},{"oid":"c6a936117308ca69956dd59cbf0185a00dd8ca6bb28405506040b0e47f0b51e6","size":119006},{"oid":"69f6d61ee6cb0882d2cca7a51946a0d19849e812d7e13ec21942455b122f632d","size":87457},{"oid":"38dc225ac5199222657162b0597483248b35bc7df2373805840bf114dbff54a6","size":34979},{"oid":"4a4f961611e544f0767053731399b8867d3e3c4aa96fcd145ce27242c685558f","size":49179},{"oid":"d494fb36a8700852d01387dd397f45b988079ffc206b60118ff2230bc64cf4c0","size":22214},{"oid":"48720cae78a81ad5b1c155e508713f153e7d838534087f6931354d245318beb3","size":102133},{"oid":"4a77fbead54152f951bac8152a23438446cc8d7d37fd0fd0cd79cce328d1920e","size":14485},{"oid":"9932d4c2bdf04c5b45de1f885085c14d934e43af06124aa33c0a69ec9d1b6b61","size":103445},{"oid":"bf0173a71f4072d05e7dbbca7af8d8508554069175f2888b07cce4e630dfba38","size":29820},{"oid":"a94615cb15332575b0d61c038842ed053af91b633f06664b10d6fee9182d593f","size":62786},{"oid":"0c608a2c7964a814fb08df6846ddabed97f66fdbd730bb64c42aa285c73912ca","size":86853},{"oid":"1196e112b86fbe50b7333f37a4a6453c85d86962e8606d8455b32a2ef6acf29d","size":18802},{"oid":"84718cb01be0e81d7e43df57ca2c4c34ac6edf6cada8371a9a1e086793ff4f82","size":99045},{"oid":"7460f49846f38910e430dafb420ed8c6a97173492abb3714b7829bb1097e458b","size":19346},{"oid":"d7e66d52b6e549c462830c62e7b0bfeecaeeed9b0361da053d5ef87a9cfa6294","size":95981},{"oid":"6ddbf032aa3a750e0d209da7054892cc0a34b4af332bd78342e78f2683a39e99","size":50805},{"oid":"8873edb3301f05adae9eafc7bb2f836a9d4077a61cc8115430d297ea41ce652a","size":14557},{"oid":"ac9b072651d77fd58b87b8bc51386ce51b8903157439f7e05e12c0889e2bd6f3","size":70100},{"oid":"f02815aa6b3dfc0b02d3c7da33d75abcc1c9d9a1c75e1493934b308ae1a177cd","size":978},{"oid":"e85af53009d41158cde644bc58cb82114344dcd9e78a19f9e247aa15faf0fd55","size":649},{"oid":"b0c333ec45511f29b85e6f0d9281dcf33ca5556a92af3f977f30b0da47143961","size":33569},{"oid":"5f5e048fb564cb9276aa70bf18b7e9451b9fd09710e65b778eb3fc14c8542ca4","size":127755},{"oid":"419623f1dffe419525d16005f4ded1da031fb6735ee00b4d5568864e6dd78bab","size":13680},{"oid":"43c65d976479ac0a0a34c4c78da3757a05072f3cbc48a6004593a7cc395cc422","size":17425},{"oid":"64a21c3333fc7c1b3e7030f2b034900af8e22354555921ad821bf29e059ef9c9","size":17520},{"oid":"fc0dba076a8d867fa7606c05811d0970ebd8369a74e7a15602aeb89fffd82510","size":16206},{"oid":"407455005651e4b7f85c20247eb0a9d2041adb814750f9eebffe271666aa5870","size":3784},{"oid":"672c33fa9513a62848275014c1865f7639f33b65d311e24c3e6b80f94e0d0c90","size":5351},{"oid":"a724541f3e0a5784578a52e1fbf480fa86f8db46d31e201af932f7a4cf4fb867","size":106643},{"oid":"5192768c97999a130e29e01ca62b60e864ecbebc4569b82bc54c9fc911068803","size":31023},{"oid":"959157a54201ac03c9c16a5b12c868d41770c623d58c5cabbbd09eb625df2566","size":32898},{"oid":"9e051cfc7aeccc49bf8d851a408a33c94077f1c7eaa8721700854f48d0b6dbd7","size":27082},{"oid":"b7a927d36c7791209e4a662d5eef73ad5f7aa311717632dced6270aec6f97930","size":37116},{"oid":"47ac0135a4fcc7935f76826208fd4f1d240c1f9953e81040a2ca8481ac7789a7","size":24536},{"oid":"1e687572b09ccfc4eaafb1f469c2d88dec6503b2b799e41d3ec1176d95e7998c","size":2061},{"oid":"5f2e21ed50253652a46133238f736ff3d9972b0b9238798cd0a49527a400fcdf","size":17036},{"oid":"14e8e77554c3b6fe5bb87656a069d262397d50d191236308aab1ae6476555dc6","size":11050},{"oid":"bcf3b5eda9d8d337a4ea294709f4751efc306a500f55d6435fa2b7f3f5af2601","size":16111},{"oid":"8e55edad3641e11bf0eaafe27530d67d57d62254f6a586905686ca4e55c4fc41","size":12866},{"oid":"d5515ed5e47be116e4b587601774bb364319e84dcf86d2f9d8d745778f8d9f3f","size":33322},{"oid":"df785e29f2f60d76642fa35bfb5988a3abffa6d1e8390a2bc98d0ddd4f3ce74d","size":32713},{"oid":"9164946734607ca1ebb52db48636b48d8435f436e845525adaa0593acfe988e4","size":7195},{"oid":"02514bfa206be7d7302c7c5e6de655f9b565eea5603fe8a2255a7a33b5b7fc7b","size":373},{"oid":"4bcbb656e3c014427369d840e28c6d2e2ace016c098c3ea2b66c19435af320a5","size":12118},{"oid":"17ef7f6304f1df52ae68913a017a1d38ba54e5a161149553958c7f278becd6fa","size":7796},{"oid":"8d8fc6fd4ae814264c99dbca399e7b85b742b899ec3cf4b72a5b33cd10a2c073","size":151343},{"oid":"de26cccb5b95a7d4a8d12ea9f916bf3779a9e2267b3e29c78bdb1d0c13f0a6a3","size":72600},{"oid":"9bebb7f9c70da8dc732c3017b8be80b359d7cdbe85940dbb5943dfcf679dfc34","size":2074244},{"oid":"143dc8d35139ceb9473bea47da14d066604a38022d907f59efa3b792ec1320dd","size":410571},{"oid":"e2cc3357da10381dde1135f541fa119820b36bcdc7afc9629303bc5dba810381","size":28978},{"oid":"26e5eff54f2d3c3f48cc40e0ab675e5f4814e087e5ae1de1d1a959298b983776","size":103179},{"oid":"807af19ba765d4add6240e3879b3e47d517b3561dc45e1e93e502602f62a8f98","size":22524},{"oid":"5a4ed90fc2da3ce59df745884e206f2a744360a0596ad9e01a616d97cce2c094","size":24497},{"oid":"935125a7bb0a99ad93e086bd657a316e566aeab15bed6dc4bd934b40e67de3fc","size":293096},{"oid":"dd562648a4b3b3768cef50e74baa7bbf235b4a04930d6ace5e10fb06cf54f5cf","size":61637},{"oid":"bcfe43d0c31340284a5425f8542feb655bff40e8862cfcc7e8e88ec5c309b508","size":72504},{"oid":"4bf605a97f4639153c36b57bd0bf229dfc5408eed4f643c358630dd0e91c8efe","size":25227},{"oid":"a25d21611611d66d74069abfb5a3681f0f91d619eada00dab22961b8229124a9","size":23667},{"oid":"90ee5ea08b5fbd64ad742453282ccd42e85357e7f05b21341dfc4448d2bccb1c","size":23666},{"oid":"6b2435643b6abfcd73f76805bcd2888c35aabb056ad4af22c6c032478bfe3426","size":23574},{"oid":"0d00c68c71047efd1c75bab5d077e55fe358960a111c4bbcd4615a26a3dc7157","size":23675},{"oid":"296144cf2093c4ce7ff03f469daf85e3db9994e73c3d057e104a9f1be2eff15b","size":23685},{"oid":"4e6cb03b006239c7d413cc1c4a43544ba9fac619a8a5b3ba827569d665af06f3","size":24136},{"oid":"637e3405f4f5d915a85f211862beaeaa347ee38f56647a14535e4522ad452612","size":24080},{"oid":"5f25b81b17ed895f969266d4d0276fa8ad7726e19372881cd3cc23e7a00ef7b1","size":24124},{"oid":"02db2c6d40f69df279d7e6337e7eab651da78cd1562ccd64453db6f70b896fc0","size":24067},{"oid":"c413e30f5443e4658cfaa9f5aa62a970b675e26856d9089a0ccae783b8ec6dd9","size":23414},{"oid":"119a9bdd2f155f57d1419ce2f65b44ddcd90804e80c07c059fe1e346337f5151","size":23421},{"oid":"87d5d8929d15e55678dd6690b27936660f4ab01008ac07eb5b98f0a455f91125","size":23511},{"oid":"fb504da023de35c184e0dc05baf451a7e9be1a5f4994664214ac15abdaad7d14","size":23394},{"oid":"63391cca95cfa41fcd21f012458bbd79ae2841d7f0e05808c92fca7217d00c8c","size":23531},{"oid":"b16b63f80d0c838910ecc76f96d325c69e3fecca9eb50c0b04a955692faa141a","size":23497},{"oid":"26fa26920329a13e2c9993fb371272d4cbf0ccf47adb0b30cf620d61f7e42903","size":23432},{"oid":"ca448a51435fad55d99429edb6553deaead8c832b7066128b7632cde4e0667fc","size":23581},{"oid":"ea585e437fde2ba768f4891126b4e018c10fe7c05bfb6deda4487c471eb7e722","size":25418},{"oid":"85cada699cf6e7a35bf2072af23492e4b3c8ec1151ee9bb05aae78f8bb940971","size":26342},{"oid":"ef220d73c994f0b493535493addb2c62f749c4228c986492f24c4c04b3c63c82","size":26307},{"oid":"10ad15db6e702eacd3195d24c926990f5b12d9df5fe01c895b8192253d2c2ae5","size":23799},{"oid":"25caccadbaa3998ecbbb37441244330f68cdf01b93d43091034fcb7ee7f5221b","size":19154},{"oid":"f1a99e4b0baa85bbfc0d89d75ca43ccdd1a7e2554598a375e6cc12d107aff98c","size":19130},{"oid":"0b7beff0a78eac6a2138f65f365983f12ba6acd6a8888a2e12367c96586ba6b8","size":28022},{"oid":"6328ba62a46a79f7fccadd5a264e4bec587bd7c86749b92d23687d81be65f5da","size":28087}],"operation":"upload"}trace git-lfs: HTTP: 200


< HTTP/1.1 200 OK
< Transfer-Encoding: chunked
< Content-Type: application/vnd.git-lfs+json
< Date: Tue, 14 Nov 2017 00:09:47 GMT
< Server: Artifactory/5.5.2
< X-Artifactory-Id: 9f08730d53d98751:-735c3af9:15fb7b23d26:-8000

trace git-lfs: HTTP: {
  "objects" : [ {
    "oid" : "68e3b7f95415674605d029b8ee3deb76e4ebc71bd3dfe4f4f9effc80e18fb685",
    "size" : 62420
  }, {
    "oid" : "ecc24f40f565ce3d863f4ab0fe3258c6d92ca796776a4cae7d68fb52fdddeb7d",
    "size" : 62924
  }, {
    "oid" : "46428f2c539eecc8b06fecb7ea74dc8f945fd9ab25b8b4cabba1aa55f6d91239",
    "size" : 62504
  }, {
    "oid" : "c36ca8cd5566c156e23f38dde55efa9767270c732ddcb7ed915ea44b2295601e",
    "size" : 63568
  }, {
    "oid" : "2b4a239914214abf74f5f5a1dbbfc63419e67700d07b1c146e2b72f
{
  "objects" : [ {
    "oid" : "68e3b7f95415674605d029b8ee3deb76e4ebc71bd3dfe4f4f9effc80e18fb685",
    "size" : 62420
  }, {
    "oid" : "ecc24f40f565ce3d863f4ab0fe3258c6d92ca796776a4cae7d68fb52fdddeb7d",
    "size" : 62924
  }, {
    "oid" : "46428f2c539eecc8b06fecb7ea74dc8f945fd9ab25b8b4cabba1aa55f6d91239",
    "size" : 62504
  }, {
    "oid" : "c36ca8cd5566c156e23f38dde55efa9767270c732ddcb7ed915ea44b2295601e",
    "size" : 63568
  }, {
    "oid" : "2b4a239914214abf74f5f5a1dbbfc63419e67700d07b1c146e2b72ftrace git-lfs: HTTP: 5d7d254d2",
    "size" : 68776
  }, {
    "oid" : "9d04bef86c762cba0d5a26a1fb01668b3d71431624d866ab054b3adb4d896239",
    "size" : 47870
  }, {
    "oid" : "9a1f4a35e790b557fc3b89ebb1b78833cdc46b2a1a246a62d25b741e979a4a28",
    "size" : 44951
  }, {
    "oid" : "f8a3834d7fbe6040bb3963e20258ed3275402db3926acf72d3ddd699f9256e71",
    "size" : 2094933
  }, {
    "oid" : "0b0189e4a7ea947f76fd7a6cbcc5d0ff7d9100303818d99ce1713aa00f08fc2e",
    "size" : 552678
  }, {
    "oid" : "3dc16e5baf0776a3d137e30909fffa960ea8911a99bf42027b7a759bcffdf288",
    "size" : 1458907
  }, {
    "oid" : "1f3413b19ff5f4a87d6521b33ac22aa14509e4a6b4674702d14204717d469eb9",
    "size" : 30260
  }, {
    "oid" : "11e339eaaca9858f6dac3b05dd3f67abce79e222fcc65f0986c7fec380cc905c",
    "size" : 16889
  }, {
    "oid" : "f6f7d23531746f27c0975892957cb244061598c31769d46b4b3ac01add4f9a77",
    "size" : 17140
  }, {
    "oid" : "28dee5f215a9198c21851faedb6fceec6a1e9ea047b066192d6526e16a9b750e",
    "size" : 30560
  }, {
    "oid" : "dcb66d11b70d2d
5d7d254d2",
    "size" : 68776
  }, {
    "oid" : "9d04bef86c762cba0d5a26a1fb01668b3d71431624d866ab054b3adb4d896239",
    "size" : 47870
  }, {
    "oid" : "9a1f4a35e790b557fc3b89ebb1b78833cdc46b2a1a246a62d25b741e979a4a28",
    "size" : 44951
  }, {
    "oid" : "f8a3834d7fbe6040bb3963e20258ed3275402db3926acf72d3ddd699f9256e71",
    "size" : 2094933
  }, {
    "oid" : "0b0189e4a7ea947f76fd7a6cbcc5d0ff7d9100303818d99ce1713aa00f08fc2e",
    "size" : 552678
  }, {
    "oid" : "3dc16e5baf0776a3d137e30909fffa960ea8911a99bf42027b7a759bcffdf288",
    "size" : 1458907
  }, {
    "oid" : "1f3413b19ff5f4a87d6521b33ac22aa14509e4a6b4674702d14204717d469eb9",
    "size" : 30260
  }, {
    "oid" : "11e339eaaca9858f6dac3b05dd3f67abce79e222fcc65f0986c7fec380cc905c",
    "size" : 16889
  }, {
    "oid" : "f6f7d23531746f27c0975892957cb244061598c31769d46b4b3ac01add4f9a77",
    "size" : 17140
  }, {
    "oid" : "28dee5f215a9198c21851faedb6fceec6a1e9ea047b066192d6526e16a9b750e",
    "size" : 30560
  }, {
    "oid" : "dcb66d11b70d2dtrace git-lfs: HTTP: 6a0e84c93b734bae3eecaccea845be339fd0cab4c771d4cd82",
    "size" : 32199
  }, {
    "oid" : "ec3ba92f8460a0aa1fee5fd9dfb76cce337df38b7369704c210b3f908811031a",
    "size" : 5449
  }, {
    "oid" : "efa58df3c26e6fa7b6bec51b3eb26571435dd6ed06e1483e952d20d0d1698da3",
    "size" : 55390
  }, {
    "oid" : "83a2ff80be0bf8b4fc2e0018711d4c7bfe106dc5bc36e4b8d3c9d34e7803332e",
    "size" : 33435
  }, {
    "oid" : "c6a936117308ca69956dd59cbf0185a00dd8ca6bb28405506040b0e47f0b51e6",
    "size" : 119006
  }, {
    "oid" : "69f6d61ee6cb0882d2cca7a51946a0d19849e812d7e13ec21942455b122f632d",
    "size" : 87457
  }, {
    "oid" : "38dc225ac5199222657162b0597483248b35bc7df2373805840bf114dbff54a6",
    "size" : 34979
  }, {
    "oid" : "4a4f961611e544f0767053731399b8867d3e3c4aa96fcd145ce27242c685558f",
    "size" : 49179
  }, {
    "oid" : "d494fb36a8700852d01387dd397f45b988079ffc206b60118ff2230bc64cf4c0",
    "size" : 22214
  }, {
    "oid" : "48720cae78a81ad5b1c155e508713f153e7d838534087f6931354d245318beb3",
    "size" : 102133
  }, {
    "oid" : "4a77fbead54152f951bac8152a23438446cc8d7d37fd0fd0cd79cce328d1920e",
    "size" : 14485
  }, {
    "oid" : "9932d4c2bdf04c5b45de1f885085c14d934e43af06124aa33c0a69ec9d1b6b61",
    "size" : 103445
  }, {
    "oid" : "bf0173a71f4072d05e7dbbca7af8d8508554069175f2888b07cce4e630dfba38",
    "size" : 29820
  }, {
    "oid" : "a94615cb15332575b0d61c038842ed053af91b633f06664b10d6fee9182d593f",
    "size" : 62786
  }, {
    "oid" : "0c608a2c7964a814fb08df6846ddabed97f66fdbd730bb64c42aa285c73912ca",
    "size" : 86853
  }, {
    "oid" : "1196e112b86fbe50b7333f37a4a6453c85d86962e8606d8455b32a2ef6acf29d",
    "size" : 18802
  }, {
    "oid" : "84718cb01be0e81d7e43df57ca2c4c34ac6edf6cada8371a9a1e086793ff4f82",
    "size" : 99045
  }, {
    "oid" : "7460f49846f38910e430dafb420ed8c6a97173492abb3714b7829bb1097e458b",
    "size" : 19346
  }, {
    "oid" : "d7e66d52b6e549c462830c62e7b0bfeecaeeed9b0361da053d5ef87a9cfa6294",
    "size" : 95981
  }, {
    "oid" : "6ddbf032aa3a750e0d209da7054892cc0a34b4af332bd7
6a0e84c93b734bae3eecaccea845be339fd0cab4c771d4cd82",
    "size" : 32199
  }, {
    "oid" : "ec3ba92f8460a0aa1fee5fd9dfb76cce337df38b7369704c210b3f908811031a",
    "size" : 5449
  }, {
    "oid" : "efa58df3c26e6fa7b6bec51b3eb26571435dd6ed06e1483e952d20d0d1698da3",
    "size" : 55390
  }, {
    "oid" : "83a2ff80be0bf8b4fc2e0018711d4c7bfe106dc5bc36e4b8d3c9d34e7803332e",
    "size" : 33435
  }, {
    "oid" : "c6a936117308ca69956dd59cbf0185a00dd8ca6bb28405506040b0e47f0b51e6",
    "size" : 119006
  }, {
    "oid" : "69f6d61ee6cb0882d2cca7a51946a0d19849e812d7e13ec21942455b122f632d",
    "size" : 87457
  }, {
    "oid" : "38dc225ac5199222657162b0597483248b35bc7df2373805840bf114dbff54a6",
    "size" : 34979
  }, {
    "oid" : "4a4f961611e544f0767053731399b8867d3e3c4aa96fcd145ce27242c685558f",
    "size" : 49179
  }, {
    "oid" : "d494fb36a8700852d01387dd397f45b988079ffc206b60118ff2230bc64cf4c0",
    "size" : 22214
  }, {
    "oid" : "48720cae78a81ad5b1c155e508713f153e7d838534087f6931354d245318beb3",
    "size" : 102133
  }, {
    "oid" : "4a77fbead54152f951bac8152a23438446cc8d7d37fd0fd0cd79cce328d1920e",
    "size" : 14485
  }, {
    "oid" : "9932d4c2bdf04c5b45de1f885085c14d934e43af06124aa33c0a69ec9d1b6b61",
    "size" : 103445
  }, {
    "oid" : "bf0173a71f4072d05e7dbbca7af8d8508554069175f2888b07cce4e630dfba38",
    "size" : 29820
  }, {
    "oid" : "a94615cb15332575b0d61c038842ed053af91b633f06664b10d6fee9182d593f",
    "size" : 62786
  }, {
    "oid" : "0c608a2c7964a814fb08df6846ddabed97f66fdbd730bb64c42aa285c73912ca",
    "size" : 86853
  }, {
    "oid" : "1196e112b86fbe50b7333f37a4a6453c85d86962e8606d8455b32a2ef6acf29d",
    "size" : 18802
  }, {
    "oid" : "84718cb01be0e81d7e43df57ca2c4c34ac6edf6cada8371a9a1e086793ff4f82",
    "size" : 99045
  }, {
    "oid" : "7460f49846f38910e430dafb420ed8c6a97173492abb3714b7829bb1097e458b",
    "size" : 19346
  }, {
    "oid" : "d7e66d52b6e549c462830c62e7b0bfeecaeeed9b0361da053d5ef87a9cfa6294",
    "size" : 95981
  }, {
    "oid" : "6ddbf032aa3a750e0d209da7054892cc0a34b4af332bd7trace git-lfs: HTTP: 8342e78f2683a39e99",
    "size" : 50805
  }, {
    "oid" : "8873edb3301f05adae9eafc7bb2f836a9d4077a61cc8115430d297ea41ce652a",
    "size" : 14557
  }, {
    "oid" : "ac9b072651d77fd58b87b8bc51386ce51b8903157439f7e05e12c0889e2bd6f3",
    "size" : 70100
  }, {
    "oid" : "f02815aa6b3dfc0b02d3c7da33d75abcc1c9d9a1c75e1493934b308ae1a177cd",
    "size" : 978
  }, {
    "oid" : "e85af53009d41158cde644bc58cb82114344dcd9e78a19f9e247aa15faf0fd55",
    "size" : 649
  }, {
    "oid" : "b0c333ec45511f29b85e6f0d9281dcf33ca5556a92af3f977f30b0da47143961",
    "size" : 33569
  }, {
    "oid" : "5f5e048fb564cb9276aa70bf18b7e9451b9fd09710e65b778eb3fc14c8542ca4",
    "size" : 127755
  }, {
    "oid" : "419623f1dffe419525d16005f4ded1da031fb6735ee00b4d5568864e6dd78bab",
    "size" : 13680
  }, {
    "oid" : "43c65d976479ac0a0a34c4c78da3757a05072f3cbc48a6004593a7cc395cc422",
    "size" : 17425
  }, {
    "oid" : "64a21c3333fc7c1b3e7030f2b034900af8e22354555921ad821bf29e059ef9c9",
    "size" : 17520
  }, {
    "oid" : "fc0dba076a8d867fa7606c05811d0970ebd8369a74e7a15602aeb89fffd82510",
    "size" : 16206
  }, {
    "oid" : "407455005651e4b7f85c20247eb0a9d2041adb814750f9eebffe271666aa5870",
    "size" : 3784
  }, {
    "oid" : "672c33fa9513a62848275014c1865f7639f33b65d311e24c3e6b80f94e0d0c90",
    "size" : 5351
  }, {
    "oid" : "a724541f3e0a5784578a52e1fbf480fa86f8db46d31e201af932f7a4cf4fb867",
    "size" : 106643
  }, {
    "oid" : "5192768c97999a130e29e01ca62b60e864ecbebc4569b82bc54c9fc911068803",
    "size" : 31023
  }, {
    "oid" : "959157a54201ac03c9c16a5b12c868d41770c623d58c5cabbbd09eb625df2566",
    "size" : 32898
  }, {
    "oid" : "9e051cfc7aeccc49bf8d851a408a33c94077f1c7eaa8721700854f48d0b6dbd7",
    "size" : 27082
  }, {
    "oid" : "b7a927d36c7791209e4a662d5eef73ad5f7aa311717632dced6270aec6f97930",
    "size" : 37116
  }, {
    "oid" : "47ac0135a4fcc7935f76826208fd4f1d240c1f9953e81040a2ca8481ac7789a7",
    "size" : 24536
  }, {
    "oid" : "1e687572b09ccfc4eaafb1f469c2d88dec6503b2b799e41d3ec1176d95e7998c",
    "size" : 2061
  }, {
    "oid" : "5f2e21ed50253652a46133238f736ff3d9972b0b9238798cd0a49527a400fcdf",
    "size" : 17036
  }, {
    "oid" : "14e8e77554c3b6fe5bb87656a069d262397d50d191236308aab1ae6476555dc6",
    "size" : 11050
  }, {
    "oid" : "bcf3b5eda9d8d337a4ea294709f4751efc306a500f55d6435fa2b7f3f5af2601",
    "size" : 16111
  }, {
    "oid" : "8e55edad3641e11bf0eaafe27530d67d57d62254f6a586905686ca4e55c4fc41",
    "size" : 12866
  }, {
    "oid" : "d5515ed5e47be116e4b587601774bb364319e84dcf86d2f9d8d745778f8d9f3f",
    "size" : 33322
  }, {
    "oid" : "df785e29f2f60d76642fa35bfb5988a3abffa6d1e8390a2bc98d0ddd4f3ce74d",
    "size" : 32713
  }, {
    "oid" : "9164946734607ca1ebb52db48636b48d8435f436e845525adaa0593acfe988e4",
    "size" : 7195
  }, {
    "oid" : "02514bfa206be7d7302c7c5e6de655f9b565eea5603fe8a2255a7a33b5b7fc7b",
    "size" : 373
  }, {
    "oid" : "4bcbb656e3c014427369d840e28c6d2e2ace016c098c3ea2b66c19435af320a5",
    "size" : 12118
  }, {
    "oid" : "17ef7f6304f1df52ae68913a017a1d38ba54e5a161149553958c7f278becd6fa",
    "size" : 7796
  }, {
    "oid" : "8d8fc6fd4ae814264c99dbca399e7b85b742b899ec3cf4b72a5b33cd10a2c073",
    "size" : 151343
  }, {
    "oid" : "de26cccb5b95a7d4a8d12ea9f916bf3779a9e2267b3e29c78bdb1d0c13f0a6a3",
    "size" : 72600
  }, {
    "oid" : "9bebb7f9c70da8dc732c3017b8be80b359d7cdbe85940dbb5943dfcf679dfc34",
    "size" : 2074244
  }, {
    "oid" : "143dc8d35139ceb9473bea47da14d066604a38022d907f59efa3b792ec1320dd",
    "size" : 410571
  }, {
    "oid" : "e2cc3357da10381dde1135f541fa119820b36bcdc7afc9629303bc5dba810381",
    "size" : 28978
  }, {
    "oid" : "26e5eff54f2d3c3f48cc40e0ab675e5f4814e087e5ae1de1d1a959298b983776",
    "size" : 103179
  }, {
    "oid" : "807af19ba765d4add6240e3879b3e47d517b3561dc45e1e93e502602f62a8f98",
    "size" : 22524
  }, {
    "oid" : "5a4ed90fc2da3ce59df745884e206f2a744360a0596ad9e01a616d97cce2c094",
    "size" : 24497
  }, {
    "oid" : "935125a7bb0a99ad93e086bd657a316e566aeab15bed6dc4bd934b40e67de3fc",
    "size" : 293096
  }, {
    "oid" : "dd562648a4b
8342e78f2683a39e99",
    "size" : 50805
  }, {
    "oid" : "8873edb3301f05adae9eafc7bb2f836a9d4077a61cc8115430d297ea41ce652a",
    "size" : 14557
  }, {
    "oid" : "ac9b072651d77fd58b87b8bc51386ce51b8903157439f7e05e12c0889e2bd6f3",
    "size" : 70100
  }, {
    "oid" : "f02815aa6b3dfc0b02d3c7da33d75abcc1c9d9a1c75e1493934b308ae1a177cd",
    "size" : 978
  }, {
    "oid" : "e85af53009d41158cde644bc58cb82114344dcd9e78a19f9e247aa15faf0fd55",
    "size" : 649
  }, {
    "oid" : "b0c333ec45511f29b85e6f0d9281dcf33ca5556a92af3f977f30b0da47143961",
    "size" : 33569
  }, {
    "oid" : "5f5e048fb564cb9276aa70bf18b7e9451b9fd09710e65b778eb3fc14c8542ca4",
    "size" : 127755
  }, {
    "oid" : "419623f1dffe419525d16005f4ded1da031fb6735ee00b4d5568864e6dd78bab",
    "size" : 13680
  }, {
    "oid" : "43c65d976479ac0a0a34c4c78da3757a05072f3cbc48a6004593a7cc395cc422",
    "size" : 17425
  }, {
    "oid" : "64a21c3333fc7c1b3e7030f2b034900af8e22354555921ad821bf29e059ef9c9",
    "size" : 17520
  }, {
    "oid" : "fc0dba076a8d867fa7606c05811d0970ebd8369a74e7a15602aeb89fffd82510",
    "size" : 16206
  }, {
    "oid" : "407455005651e4b7f85c20247eb0a9d2041adb814750f9eebffe271666aa5870",
    "size" : 3784
  }, {
    "oid" : "672c33fa9513a62848275014c1865f7639f33b65d311e24c3e6b80f94e0d0c90",
    "size" : 5351
  }, {
    "oid" : "a724541f3e0a5784578a52e1fbf480fa86f8db46d31e201af932f7a4cf4fb867",
    "size" : 106643
  }, {
    "oid" : "5192768c97999a130e29e01ca62b60e864ecbebc4569b82bc54c9fc911068803",
    "size" : 31023
  }, {
    "oid" : "959157a54201ac03c9c16a5b12c868d41770c623d58c5cabbbd09eb625df2566",
    "size" : 32898
  }, {
    "oid" : "9e051cfc7aeccc49bf8d851a408a33c94077f1c7eaa8721700854f48d0b6dbd7",
    "size" : 27082
  }, {
    "oid" : "b7a927d36c7791209e4a662d5eef73ad5f7aa311717632dced6270aec6f97930",
    "size" : 37116
  }, {
    "oid" : "47ac0135a4fcc7935f76826208fd4f1d240c1f9953e81040a2ca8481ac7789a7",
    "size" : 24536
  }, {
    "oid" : "1e687572b09ccfc4eaafb1f469c2d88dec6503b2b799e41d3ec1176d95e7998c",
    "size" : 2061
  }, {
    "oid" : "5f2e21ed50253652a46133238f736ff3d9972b0b9238798cd0a49527a400fcdf",
    "size" : 17036
  }, {
    "oid" : "14e8e77554c3b6fe5bb87656a069d262397d50d191236308aab1ae6476555dc6",
    "size" : 11050
  }, {
    "oid" : "bcf3b5eda9d8d337a4ea294709f4751efc306a500f55d6435fa2b7f3f5af2601",
    "size" : 16111
  }, {
    "oid" : "8e55edad3641e11bf0eaafe27530d67d57d62254f6a586905686ca4e55c4fc41",
    "size" : 12866
  }, {
    "oid" : "d5515ed5e47be116e4b587601774bb364319e84dcf86d2f9d8d745778f8d9f3f",
    "size" : 33322
  }, {
    "oid" : "df785e29f2f60d76642fa35bfb5988a3abffa6d1e8390a2bc98d0ddd4f3ce74d",
    "size" : 32713
  }, {
    "oid" : "9164946734607ca1ebb52db48636b48d8435f436e845525adaa0593acfe988e4",
    "size" : 7195
  }, {
    "oid" : "02514bfa206be7d7302c7c5e6de655f9b565eea5603fe8a2255a7a33b5b7fc7b",
    "size" : 373
  }, {
    "oid" : "4bcbb656e3c014427369d840e28c6d2e2ace016c098c3ea2b66c19435af320a5",
    "size" : 12118
  }, {
    "oid" : "17ef7f6304f1df52ae68913a017a1d38ba54e5a161149553958c7f278becd6fa",
    "size" : 7796
  }, {
    "oid" : "8d8fc6fd4ae814264c99dbca399e7b85b742b899ec3cf4b72a5b33cd10a2c073",
    "size" : 151343
  }, {
    "oid" : "de26cccb5b95a7d4a8d12ea9f916bf3779a9e2267b3e29c78bdb1d0c13f0a6a3",
    "size" : 72600
  }, {
    "oid" : "9bebb7f9c70da8dc732c3017b8be80b359d7cdbe85940dbb5943dfcf679dfc34",
    "size" : 2074244
  }, {
    "oid" : "143dc8d35139ceb9473bea47da14d066604a38022d907f59efa3b792ec1320dd",
    "size" : 410571
  }, {
    "oid" : "e2cc3357da10381dde1135f541fa119820b36bcdc7afc9629303bc5dba810381",
    "size" : 28978
  }, {
    "oid" : "26e5eff54f2d3c3f48cc40e0ab675e5f4814e087e5ae1de1d1a959298b983776",
    "size" : 103179
  }, {
    "oid" : "807af19ba765d4add6240e3879b3e47d517b3561dc45e1e93e502602f62a8f98",
    "size" : 22524
  }, {
    "oid" : "5a4ed90fc2da3ce59df745884e206f2a744360a0596ad9e01a616d97cce2c094",
    "size" : 24497
  }, {
    "oid" : "935125a7bb0a99ad93e086bd657a316e566aeab15bed6dc4bd934b40e67de3fc",
    "size" : 293096
  }, {
    "oid" : "dd562648a4btrace git-lfs: HTTP: 3b3768cef50e74baa7bbf235b4a04930d6ace5e10fb06cf54f5cf",
    "size" : 61637
  }, {
    "oid" : "bcfe43d0c31340284a5425f8542feb655bff40e8862cfcc7e8e88ec5c309b508",
    "size" : 72504
  }, {
    "oid" : "4bf605a97f4639153c36b57bd0bf229dfc5408eed4f643c358630dd0e91c8efe",
    "size" : 25227
  }, {
    "oid" : "a25d21611611d66d74069abfb5a3681f0f91d619eada00dab22961b8229124a9",
    "size" : 23667
  }, {
    "oid" : "90ee5ea08b5fbd64ad742453282ccd42e85357e7f05b21341dfc4448d2bccb1c",
    "size" : 23666
  }, {
    "oid" : "6b2435643b6abfcd73f76805bcd2888c35aabb056ad4af22c6c032478bfe3426",
    "size" : 23574
  }, {
    "oid" : "0d00c68c71047efd1c75bab5d077e55fe358960a111c4bbcd4615a26a3dc7157",
    "size" : 23675
  }, {
    "oid" : "296144cf2093c4ce7ff03f469daf85e3db9994e73c3d057e104a9f1be2eff15b",
    "size" : 23685
  }, {
    "oid" : "4e6cb03b006239c7d413cc1c4a43544ba9fac619a8a5b3ba827569d665af06f3",
    "size" : 24136
  }, {
    "oid" : "637e3405f4f5d915a85f211862beaeaa347ee38f56647a14535e4522ad452612",
    "size" : 24080
  }, {
    "oid" : "5f25b81b17ed895f969266d4d0276fa8ad7726e19372881cd3cc23e7a00ef7b1",
    "size" : 24124
  }, {
    "oid" : "02db2c6d40f69df279d7e6337e7eab651da78cd1562ccd64453db6f70b896fc0",
    "size" : 24067
  }, {
    "oid" : "c413e30f5443e4658cfaa9f5aa62a970b675e26856d9089a0ccae783b8ec6dd9",
    "size" : 23414
  }, {
    "oid" : "119a9bdd2f155f57d1419ce2f65b44ddcd90804e80c07c059fe1e346337f5151",
    "size" : 23421
  }, {
    "oid" : "87d5d8929d15e55678dd6690b27936660f4ab01008ac07eb5b98f0a455f91125",
    "size" : 23511
  }, {
    "oid" : "fb504da023de35c184e0dc05baf451a7e9be1a5f4994664214ac15abdaad7d14",
3b3768cef50e74baa7bbf235b4a04930d6ace5e10fb06cf54f5cf",
    "size" : 61637
  }, {
    "oid" : "bcfe43d0c31340284a5425f8542feb655bff40e8862cfcc7e8e88ec5c309b508",
    "size" : 72504
  }, {
    "oid" : "4bf605a97f4639153c36b57bd0bf229dfc5408eed4f643c358630dd0e91c8efe",
    "size" : 25227
  }, {
    "oid" : "a25d21611611d66d74069abfb5a3681f0f91d619eada00dab22961b8229124a9",
    "size" : 23667
  }, {
    "oid" : "90ee5ea08b5fbd64ad742453282ccd42e85357e7f05b21341dfc4448d2bccb1c",
    "size" : 23666
  }, {
    "oid" : "6b2435643b6abfcd73f76805bcd2888c35aabb056ad4af22c6c032478bfe3426",
    "size" : 23574
  }, {
    "oid" : "0d00c68c71047efd1c75bab5d077e55fe358960a111c4bbcd4615a26a3dc7157",
    "size" : 23675
  }, {
    "oid" : "296144cf2093c4ce7ff03f469daf85e3db9994e73c3d057e104a9f1be2eff15b",
    "size" : 23685
  }, {
    "oid" : "4e6cb03b006239c7d413cc1c4a43544ba9fac619a8a5b3ba827569d665af06f3",
    "size" : 24136
  }, {
    "oid" : "637e3405f4f5d915a85f211862beaeaa347ee38f56647a14535e4522ad452612",
    "size" : 24080
  }, {
    "oid" : "5f25b81b17ed895f969266d4d0276fa8ad7726e19372881cd3cc23e7a00ef7b1",
    "size" : 24124
  }, {
    "oid" : "02db2c6d40f69df279d7e6337e7eab651da78cd1562ccd64453db6f70b896fc0",
    "size" : 24067
  }, {
    "oid" : "c413e30f5443e4658cfaa9f5aa62a970b675e26856d9089a0ccae783b8ec6dd9",
    "size" : 23414
  }, {
    "oid" : "119a9bdd2f155f57d1419ce2f65b44ddcd90804e80c07c059fe1e346337f5151",
    "size" : 23421
  }, {
    "oid" : "87d5d8929d15e55678dd6690b27936660f4ab01008ac07eb5b98f0a455f91125",
    "size" : 23511
  }, {
    "oid" : "fb504da023de35c184e0dc05baf451a7e9be1a5f4994664214ac15abdaad7d14",
Git LFS: (0 of 126 files, 100 skipped) 0 B / 31.80 MB, 9.93 MB skipped                                                                       trace git-lfs: api: batch 26 files

Git LFS: (0 of 126 files, 100 skipped) 0 B / 31.80 MB, 9.93 MB skipped                                                                       


ON SERVER SIDE

sshd_log

$ cat sshd_log 
[2017-11-13 16:09:38,295 -0800] ecfb1d14 g.negi a/1000000 LOGIN FROM 172.16.53.195
[2017-11-13 16:09:38,806 -0800] 6cef2d54 g.negi a/1000000 LOGIN FROM 172.16.53.195
[2017-11-13 16:09:39,062 -0800] 6cef2d54 g.negi a/1000000 git-upload-pack./el 8ms 49ms 0
[2017-11-13 16:09:39,112 -0800] 6cef2d54 g.negi a/1000000 LOGOUT


error_log
[2017-11-13 16:08:32,897] [main] WARN  com.google.gerrit.sshd.SshDaemon : Cannot format SSHD host key [EdDSA]: invalid key type
[2017-11-13 16:08:32,906] [main] WARN  com.google.gerrit.server.config.GitwebCgiConfig : gitweb not installed (no /usr/lib/cgi-bin/gitweb.cgi found)
[2017-11-13 16:08:33,481] [main] INFO  org.eclipse.jetty.util.log : Logging initialized @5359ms
[2017-11-13 16:08:33,538] [main] INFO  com.google.gerrit.server.git.LocalDiskRepositoryManager : Defaulting core.streamFileThreshold to 444m
[2017-11-13 16:08:33,553] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loading plugins from /home/gerrit/GERRIT/plugins
[2017-11-13 16:08:33,600] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin commit-message-length-validator, version v2.14.4
[2017-11-13 16:08:33,634] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin download-commands, version v2.14.4
[2017-11-13 16:08:33,658] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin gerrit-oauth-provider, version bcbc144
[2017-11-13 16:08:33,697] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin hooks, version v2.14.4
[2017-11-13 16:08:33,763] [main] INFO  com.google.gerrit.server.config.PluginConfigFactory : No /home/gerrit/GERRIT/etc/lfs.config; assuming defaults
[2017-11-13 16:08:33,782] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin lfs, version 4bbca9e
[2017-11-13 16:08:33,846] [main] WARN  com.googlesource.gerrit.plugins.replication.ReplicationFileBasedConfig : Config file /home/gerrit/GERRIT/etc/replication.config does not exist; not replicating
[2017-11-13 16:08:33,847] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin replication, version v2.14.4
[2017-11-13 16:08:33,876] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin reviewnotes, version v2.14.4
[2017-11-13 16:08:33,895] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin singleusergroup, version v2.14.4
[2017-11-13 16:08:34,037] [main] INFO  com.google.gerrit.server.change.ChangeCleanupRunner : Ignoring missing changeCleanup schedule configuration
[2017-11-13 16:08:34,052] [main] INFO  com.google.gerrit.sshd.SshDaemon : Started Gerrit SSHD-CORE-1.4.0 on *:29418
[2017-11-13 16:08:34,054] [main] INFO  org.eclipse.jetty.server.Server : jetty-9.3.17.v20170317
[2017-11-13 16:08:34,470] [main] INFO  org.eclipse.jetty.server.handler.ContextHandler : Started o.e.j.s.ServletContextHandler@28654aff{/,null,AVAILABLE}
[2017-11-13 16:08:34,476] [main] INFO  org.eclipse.jetty.server.AbstractConnector : Started ServerConnector@1d6a22dd{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
[2017-11-13 16:08:34,480] [main] INFO  org.eclipse.jetty.server.Server : Started @6358ms
[2017-11-13 16:08:34,481] [main] INFO  com.google.gerrit.pgm.Daemon : Gerrit Code Review 2.14.4 ready

 

Thanks
-Gaurav

 


Thanks
-Gaurav

You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.

Gaurav Negi

unread,
Nov 15, 2017, 7:12:18 PM11/15/17
to David Pursehouse, Repo and Gerrit Discussion
Hi David and others, anything I can do to move further.

Gut push with LFS is hanging for forever.

Sent from my iPhone

David Pursehouse

unread,
Nov 15, 2017, 7:53:47 PM11/15/17
to Gaurav Negi, Repo and Gerrit Discussion
Sorry, I didn't have time to look into this until now.  I just had a look into the logs posted below, and saw this:

trace git-lfs: Filled credentials for http://172.16.2.31:8081/artifactory/api/lfs/gerrit
trace git-lfs: HTTP: POST http://172.16.2.31:8081/artifactory/api/lfs/gerrit/objects/batch
> POST /artifactory/api/lfs/gerrit/objects/batch HTTP/1.1

It looks like the LFS client is sending objects to artifactory, and not to Gerrit?


On Thu, Nov 16, 2017 at 9:12 AM Gaurav Negi <gaura...@gmail.com> wrote:
Hi David and others, anything I can do to move further.

Gut push with LFS is hanging for forever.

Sent from my iPhone

On Nov 13, 2017, at 4:17 PM, Gaurav Negi <gaura...@gmail.com> wrote:

Hi David,
   Sorry for the late reply. 
Tried it again now. Deleted everything from Gerrit log, Restarted Gerrit server and then tried push again.
Again git push when we have LFS files is hanging after 100 files. 

This is what I see on client and server side. 

If you can give me any lead or clue, that will be great. 


$ GIT_CURL_VERBOSE=1 GIT_TRACE=1  git push origin HEAD:master
10:56:48.121364 git.c:344               trace: built-in: git 'push' 'origin' 'HEAD:master'
10:56:48.121739 run-command.c:334       trace: run_command: 'ssh' '-p' '29418' 'g.n...@gerrit.metavision.com' 'git-receive-pack '\''/el'\'''
10:56:48.627684 run-command.c:334       trace: run_command: '.git/hooks/pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'
10:56:48.696181 git.c:561               trace: exec: 'git-lfs' 'pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'
10:56:48.698457 run-command.c:334       trace: run_command: 'git-lfs' 'pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'

Gaurav Negi

unread,
Nov 15, 2017, 7:57:05 PM11/15/17
to David Pursehouse, Repo and Gerrit Discussion
Hi David,
   I tried with this approach to put LFS files to artifactory (which is hosted in same server as Gerrit).

by changing .git/config.

I can move it back to Gerrit server and send you the logs. But I was getting same issue earlier also.

Thanks
-Gaurav


On Wed, Nov 15, 2017 at 4:53 PM, David Pursehouse <david.pu...@gmail.com> wrote:
Sorry, I didn't have time to look into this until now.  I just had a look into the logs posted below, and saw this:

trace git-lfs: Filled credentials for http://172.16.2.31:8081/artifactory/api/lfs/gerrit
trace git-lfs: HTTP: POST http://172.16.2.31:8081/artifactory/api/lfs/gerrit/objects/batch
> POST /artifactory/api/lfs/gerrit/objects/batch HTTP/1.1

It looks like the LFS client is sending objects to artifactory, and not to Gerrit?
On Thu, Nov 16, 2017 at 9:12 AM Gaurav Negi <gaura...@gmail.com> wrote:
Hi David and others, anything I can do to move further.

Gut push with LFS is hanging for forever.

Sent from my iPhone

On Nov 13, 2017, at 4:17 PM, Gaurav Negi <gaura...@gmail.com> wrote:

Hi David,
   Sorry for the late reply. 
Tried it again now. Deleted everything from Gerrit log, Restarted Gerrit server and then tried push again.
Again git push when we have LFS files is hanging after 100 files. 

This is what I see on client and server side. 

If you can give me any lead or clue, that will be great. 


$ GIT_CURL_VERBOSE=1 GIT_TRACE=1  git push origin HEAD:master
10:56:48.121364 git.c:344               trace: built-in: git 'push' 'origin' 'HEAD:master'
10:56:48.121739 run-command.c:334       trace: run_command: 'ssh' '-p' '29418' 'g.n...@gerrit.metavision.com' 'git-receive-pack '\''/el'\'''
10:56:48.627684 run-command.c:334       trace: run_command: '.git/hooks/pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.696181 git.c:561               trace: exec: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.698457 run-command.c:334       trace: run_command: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'

David Pursehouse

unread,
Nov 15, 2017, 8:02:26 PM11/15/17
to Gaurav Negi, Repo and Gerrit Discussion
On Thu, Nov 16, 2017 at 9:56 AM Gaurav Negi <gaura...@gmail.com> wrote:
Hi David,
   I tried with this approach to put LFS files to artifactory (which is hosted in same server as Gerrit).


That blog post was written before LFS support was finished in Gerrit :)
 
by changing .git/config.

I can move it back to Gerrit server and send you the logs. But I was getting same issue earlier also.


If you're getting the same error from both Artifactory and Gerrit, it would suggest that the problem is in the client.

It would be worth reporting this on the git-lfs issue tracker:


 
Thanks
-Gaurav


On Wed, Nov 15, 2017 at 4:53 PM, David Pursehouse <david.pu...@gmail.com> wrote:
Sorry, I didn't have time to look into this until now.  I just had a look into the logs posted below, and saw this:

trace git-lfs: Filled credentials for http://172.16.2.31:8081/artifactory/api/lfs/gerrit
trace git-lfs: HTTP: POST http://172.16.2.31:8081/artifactory/api/lfs/gerrit/objects/batch
> POST /artifactory/api/lfs/gerrit/objects/batch HTTP/1.1

It looks like the LFS client is sending objects to artifactory, and not to Gerrit?
On Thu, Nov 16, 2017 at 9:12 AM Gaurav Negi <gaura...@gmail.com> wrote:
Hi David and others, anything I can do to move further.

Gut push with LFS is hanging for forever.

Sent from my iPhone

On Nov 13, 2017, at 4:17 PM, Gaurav Negi <gaura...@gmail.com> wrote:

Hi David,
   Sorry for the late reply. 
Tried it again now. Deleted everything from Gerrit log, Restarted Gerrit server and then tried push again.
Again git push when we have LFS files is hanging after 100 files. 

This is what I see on client and server side. 

If you can give me any lead or clue, that will be great. 


$ GIT_CURL_VERBOSE=1 GIT_TRACE=1  git push origin HEAD:master
10:56:48.121364 git.c:344               trace: built-in: git 'push' 'origin' 'HEAD:master'
10:56:48.121739 run-command.c:334       trace: run_command: 'ssh' '-p' '29418' 'g.n...@gerrit.metavision.com' 'git-receive-pack '\''/el'\'''
10:56:48.627684 run-command.c:334       trace: run_command: '.git/hooks/pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'
10:56:48.696181 git.c:561               trace: exec: 'git-lfs' 'pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'
10:56:48.698457 run-command.c:334       trace: run_command: 'git-lfs' 'pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'

David Pursehouse

unread,
Nov 15, 2017, 8:03:43 PM11/15/17
to Gaurav Negi, Repo and Gerrit Discussion
On Thu, Nov 16, 2017 at 10:01 AM David Pursehouse <david.pu...@gmail.com> wrote:
On Thu, Nov 16, 2017 at 9:56 AM Gaurav Negi <gaura...@gmail.com> wrote:
Hi David,
   I tried with this approach to put LFS files to artifactory (which is hosted in same server as Gerrit).


That blog post was written before LFS support was finished in Gerrit :)
 
by changing .git/config.

I can move it back to Gerrit server and send you the logs. But I was getting same issue earlier also.


If you're getting the same error from both Artifactory and Gerrit, it would suggest that the problem is in the client.

If possible, you could also try pushing to a repo on github to see if it also fails there.

Gaurav Negi

unread,
Nov 15, 2017, 8:04:48 PM11/15/17
to David Pursehouse, Repo and Gerrit Discussion
Thanks David, Will do.

Thanks
-Gaurav


 
Thanks
-Gaurav


10:56:48.627684 run-command.c:334       trace: run_command: '.git/hooks/pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.696181 git.c:561               trace: exec: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.698457 run-command.c:334       trace: run_command: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'

Gaurav Negi

unread,
Nov 15, 2017, 9:42:17 PM11/15/17
to David Pursehouse, Repo and Gerrit Discussion
//If you're getting the same error from both Artifactory and Gerrit, it would suggest that the problem is in the client.

You cracked it David. You cracked it. Yes local git client was the issue. 
I was using git client 2.7.4 on Ubuntu, That had issues.

When I tried the push from windows (git version 2.13.3.windows.1) it worked. 

Thank a ton David, you made my day. I owe you a dinner, please let me know when you are around Bayarea.

Thanks
-Gaurav



 
Thanks
-Gaurav


10:56:48.627684 run-command.c:334       trace: run_command: '.git/hooks/pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.696181 git.c:561               trace: exec: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.698457 run-command.c:334       trace: run_command: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'

David Pursehouse

unread,
Nov 16, 2017, 12:37:26 AM11/16/17
to Gaurav Negi, Repo and Gerrit Discussion
On Thu, Nov 16, 2017 at 11:42 AM Gaurav Negi <gaura...@gmail.com> wrote:
//If you're getting the same error from both Artifactory and Gerrit, it would suggest that the problem is in the client.

You cracked it David. You cracked it. Yes local git client was the issue. 
I was using git client 2.7.4 on Ubuntu, That had issues.


That's surprising.  The minimum git version supported by git-lfs is 1.8.2 [1] which is older than the version you're using.


 
When I tried the push from windows (git version 2.13.3.windows.1) it worked. 


Have you tried to upgrade to a newer version on Ubuntu and confirm that it also fixed it there?   It is possible that it's not the git client, but something else on the environment where you're testing.
 
Thank a ton David, you made my day. I owe you a dinner, please let me know when you are around Bayarea.


Glad to have helped.  And thanks, but I have no idea when I'll be in the bay area again; most likely only when/if Google hosts a user summit there again :)

 
Thanks
-Gaurav



 
Thanks
-Gaurav


10:56:48.627684 run-command.c:334       trace: run_command: '.git/hooks/pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'
10:56:48.696181 git.c:561               trace: exec: 'git-lfs' 'pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'
10:56:48.698457 run-command.c:334       trace: run_command: 'git-lfs' 'pre-push' 'origin' 'ssh://g.n...@gerrit.metavision.com:29418/el'

Gaurav Negi

unread,
Nov 16, 2017, 1:21:55 AM11/16/17
to David Pursehouse, Repo and Gerrit Discussion
//That's surprising.  The minimum git version supported by git-lfs is 1.8.2 [1] which is older than the version you're using.
Have you tried to upgrade to a newer version on Ubuntu and confirm that it also fixed it there?   It is possible that it's not the git client, but something else on the environment where you're testing.

Sure David. Let me check that again. Once thing I can think of is my Ubuntu VM has lower memory. Let me check again if memory shortage was the issue earlier. 

//Glad to have helped.  And thanks, but I have no idea when I'll be in the bay area again; most likely only when/if Google hosts a user summit there again :)

Donot worry. I will come to Tokyo :-)

Thanks
-Gaurav


 
Thanks
-Gaurav



 
Thanks
-Gaurav


10:56:48.627684 run-command.c:334       trace: run_command: '.git/hooks/pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.696181 git.c:561               trace: exec: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'
10:56:48.698457 run-command.c:334       trace: run_command: 'git-lfs' 'pre-push' 'origin' 'ssh://g.negi@gerrit.metavision.com:29418/el'

Gert van Dijk

unread,
Nov 16, 2017, 2:50:17 AM11/16/17
to Repo and Gerrit Discussion
Git maintainers for Ubuntu have an PPA in which they backport the current Git stable to Ubuntu, you could try that.
https://launchpad.net/~git-core/+archive/ubuntu/ppa
Reply all
Reply to author
Forward
0 new messages