0

For some reason when I pull change with three files, I have them as broken links:

lrwxr-xr-x  1 user  staff         7 Jul 16 00:44 lib_3.so -> ?ELF???
lrwxr-xr-x  1 user  staff         7 Jul 16 00:44 lib_2.so -> ?ELF???
lrwxr-xr-x  1 user  staff         7 Jul 16 00:45 lib_1.so -> ?ELF???

If I manually download real files from git server and replace them - everything is ok.

John Tracid
  • 3,836
  • 3
  • 22
  • 33
  • Do you have access to the server? If so, check on the server side if the files are symlinks. Committing a symlink to the repository will just put the link in the repo (not the actual file). http://stackoverflow.com/a/954575/151344 – Alderath Jul 16 '15 at 07:37
  • No, it is bitbucket.com service. I could see only file name, size in web UI. – John Tracid Jul 16 '15 at 08:41

0 Answers0