git-media icon indicating copy to clipboard operation
git-media copied to clipboard

How to get file contents to cloned Repo

Open royalpinto opened this issue 13 years ago • 1 comments

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.

royalpinto avatar Sep 14 '11 07:09 royalpinto

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.

ghost avatar Dec 12 '11 20:12 ghost