Community
Participate
Working Groups
If a .gitignore file is in the user's directory (and it lists a real, non-filtered file), we receive the following error on project creation: The following paths are ignored by one of your .gitignore files: {the file name} Use -f if you really want to add them. fatal: no files added Since no files are added, no files are downloaded to the local workspace.
This was a simple fix. Adding the -f flag to the "git add" command causes it to ignore the .gitignore file. Fixed in HEAD and PTP_5_0.