I have a branch in github and it has commit which has large file and I used LFS to push that file. I need to push the same branch to another remote (i.e Git Tea), when I try to push the branch it's giving 413 error. Can I get any way so that I could push the branch directly into another remote.
Currently I cloned the two remote branch and just copy & pasting the files from cloned folder to another and then committing the changes separately. I know it's not a good way, but I don't have any other way as well.