Merged
Conversation
Contributor
|
👍 |
Contributor
There was a problem hiding this comment.
This is failing for me locally. I put these debugging lines at the top of this test (after line 28 in the diff):
echo "* * * * *"
pwd
echo "* * * * *"
ls -al
echo "* * * * *"
git lfs env
echo "* * * * *"Here's the test output:
test: untrack outside git repo ... FAILED
-- stdout --
* * * * *
/Users/rick/p/git-lfs-temp/test-untrack.sh-77642
* * * * *
total 16
drwxr-xr-x 5 rick staff 170 Jun 16 14:36 .
drwxr-xr-x 4 rick staff 136 Jun 16 14:36 ..
drwxr-xr-x 9 rick staff 306 Jun 16 14:36 .git
-rw-r--r-- 1 rick staff 62 Jun 16 14:36 err
-rw-r--r-- 1 rick staff 69 Jun 16 14:36 out
* * * * *
LocalWorkingDir=/Users/rick/p/git-lfs-temp/test-untrack.sh-77642
LocalGitDir=/Users/rick/p/git-lfs-temp/test-untrack.sh-77642/.git
LocalMediaDir=/Users/rick/p/git-lfs-temp/test-untrack.sh-77642/.git/lfs/objects
TempDir=/Users/rick/p/git-lfs-temp/test-untrack.sh-77642/.git/lfs/tmp
ConcurrentTransfers=3
BatchTransfer=false
GIT_LFS_TEST_DIR=/Users/rick/p/git-lfs-temp
GIT_LFS_TEST_MAXPROCS=4
* * * * *
GIT_LFS_TEST_DIR should be set outside of any Git repository
It's still finding the local git dir as "LocalGitDir=/Users/rick/p/git-lfs-temp/test-untrack.sh-77642/.git", which actually seems to exist. I'm not sure what's creating it though.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #397, Regards #281