Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fbfb71

Browse filesBrowse files
authored
Merge pull request #1916 from EliahKagan/dubious
Add the `.git` subdir as another `safe.directory` on Cygwin CI
2 parents adf4bf0 + eb06a18 commit 9fbfb71
Copy full SHA for 9fbfb71

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎.github/workflows/cygwin-test.yml

Copy file name to clipboardExpand all lines: .github/workflows/cygwin-test.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Special configuration for Cygwin git
4141
run: |
4242
git config --global --add safe.directory "$(pwd)"
43+
git config --global --add safe.directory "$(pwd)/.git"
4344
git config --global core.autocrlf false
4445
4546
- name: Prepare this repo for tests

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.