We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695ec5f commit 5c6130dCopy full SHA for 5c6130d
.github/workflows/cygwin-test.yml
@@ -28,6 +28,7 @@ jobs:
28
git config --global --add safe.directory *
29
git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639
30
git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639/.git
31
+ git config --list --show-origin
32
33
- uses: actions/checkout@v4
34
with:
@@ -71,7 +72,7 @@ jobs:
71
72
- name: Test with pytest
73
run: |
74
set -x
- git config --global safe.directory *
75
+ git config --global --add safe.directory '*'
76
77
78
/usr/bin/git config --global --add safe.directory "$(pwd)"
0 commit comments