Replies: 1 comment 6 replies
-
In this example case it is because you ran If you change the cache link type configuration, you need to run |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce
got:
test.xml
is copied to the cache instead of being hard-linked, even if the system supports it (verified byln
without-s
). If I config cache type as soft link, it works fine.I can make hard link through
ln
:ln test.xml test2.xml && ls -l
got:
Beta Was this translation helpful? Give feedback.
All reactions