git-media
git-media copied to clipboard
How to get file contents to cloned Repo
I am trying to work with git-media. I have configured git media and added files to one repository so that those will go to separate location instead of storing in .git folder. This works fine. Now I have cloned repository. Now I am trying to pull. When making pull, file names will come to cloned repo. but it contains only link.(Nearly 1KB size).Actuall content of file will not come. I tried by configuring cloned repo with git- media. but Still file content will not come. What could be the issue. Please help.
Did you run git media sync
in the newly cloned repo? That's the command to download the actual files that the placeholders are pointing to.