Open kelly-sovacool opened 10 months ago
Using this solution tried:
git rm .gitattributes
git add -A
git reset --hard
but no change
╰─(dev) ○ git clone https://github.com/CCBR/ASPEN.git
Cloning into 'ASPEN'...
remote: Enumerating objects: 1273, done.
remote: Counting objects: 100% (144/144), done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 1273 (delta 95), reused 89 (delta 87), pack-reused 1129
Receiving objects: 100% (1273/1273), 631.48 MiB | 57.48 MiB/s, done.
Resolving deltas: 100% (691/691), done.
Updating files: 100% (133/133), done.
Encountered 4 files that should have been pointers, but weren't:
resources/blacklistFa/hs1.blacklist.fa.gz
resources/frip/hs1.DHS.bed.gz
resources/frip/hs1.enhancers.bed.gz
resources/tssBed/hs1_tssbeds.tar.gz
Previously, these 4 files were showing as "modified" right after clone-ing the repo. But now:
╰─(dev) ⠠⠵ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
So I guess not a big issue.. possibly can be ignored. Keep git-lfs
in PATH.
@kopardev I think the problem is there's a commit in the history where those files were changed without lfs, so a fix would have to modify the commit history and track them with lfs. Maybe this? https://github.com/git-lfs/git-lfs/issues/1939#issuecomment-353247795
@kopardev I think the problem is there's a commit in the history where those files were changed without lfs, so a fix would have to modify the commit history and track them with lfs. Maybe this? git-lfs/git-lfs#1939 (comment)
@kopardev this is still a problem when I try to clone this repo. Can you try the possible solution linked above?
Warning message when attempting to clone this repo:
This causes an error when trying to commit other unrelated changes:
Looks like something went wrong when these files were initially commited?