Hi All
I tried to create a script file a.sh and file b.txt, the script a.sh permission is 755, and b.txt file permission is 644, but after I did ‘dvc add filename’ the a.sh and b.txt file access permissions were changed to 640, but the md5 value of the two files does not change. I also tried to set a local cache dir and make the local cache directory permission is 755, and I also add ‘dvc config cache.type copy’ copy parameter under .dvc/config file, but it doesn’t seem to work.
Anyone can help me. Your advice is appreciated. Thanks