You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
The .refs test uses a symlink file that is in the git repository. On *nix ipfs add will use the contents of the target file. On Windows, the file is not a symlink, so ipfs add uses the contents of the file not the target.
This breaks the tests, because the hash of the top level directory is now different on Windows. See #644
The text was updated successfully, but these errors were encountered:
In short: symlinks are not supported by git on Windows.
As a matter of fact, anyway, storing symlinks in git repositories is considered a bad practice.
The .refs test uses a symlink file that is in the git repository. On *nix
ipfs add
will use the contents of the target file. On Windows, the file is not a symlink, soipfs add
uses the contents of the file not the target.This breaks the tests, because the hash of the top level directory is now different on Windows. See #644
The text was updated successfully, but these errors were encountered: