Unable to add files to LFS

intelbld September 26, 2017

My repo already has files in LFS but I want to add a couple of more files to LFS that are currently tracked normally.

So, I followed the following steps:

1. Cloned my repo with --mirror "git lfs clone --mirror git@bitbucket.org:***/***.git"

2. Used BFG to convert files to lfs 

java -jar /c/Users/AMadan/Downloads/bfg-1.12.15.jar --convert-to-git-lfs '*.{gz,1958i}' --no-blob-protection *.git/

3. Initialize GIT LFS

cd *.git
git lfs install

4. Push converted repo back to bitbucket

git push --force
open 3rd_party\3rdParty_binaries\MySQL-Ent-5.6\MySQL-client-advanced-5.6.18-1.el6.x86_64.rpm: The system cannot find the path specified.
error: failed to push some refs to 'git@bitbucket.org:*/*.git'

What can I do to fix this error? 

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events