[
https://issues.apache.org/jira/browse/NIFI-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621778#comment-14621778
]
Joe Skora commented on NIFI-605:
--------------------------------
Standard defaults:
git config --global user.name "User Name"
git config --global user.email [email protected]
To build and test NiFi on Windows I had to add:
git config --global core.longpaths true
git config --global core.autocrlf false
> Document common git configuration issues for new contributors
> -------------------------------------------------------------
>
> Key: NIFI-605
> URL: https://issues.apache.org/jira/browse/NIFI-605
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Documentation & Website
> Reporter: Sean Busbey
> Priority: Critical
>
> Make sure our guide for contributors has a section that calls out what folks
> need to be aware of in their git configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)