Skip to content

Commit 02e3e41

Browse files
authored
Merge pull request #64 from safil-badarudeen/AddError
new Data
2 parents de0632b + b70a3da commit 02e3e41

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/data/error.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
"title": "fatal: Not a git repository (or any of the parent directories): .git",
9090
"description": "This error occurs when you attempt to commit without initiating a git repository, before initiating always make sure either you are in root directory or correct directory where you want to initiate git ",
9191
"solutions": "git init"
92+
},
93+
{
94+
"type": "add",
95+
"title": "fatal: pathspec 'dummyFile.extension' did not match any files",
96+
"description": "This error occurs when you attempt to add files in to git but git cannot find correct path to the file from current directory , always make sure there isn't any typo",
97+
"solutions": "git add --all || git add '/correct path to file/' "
9298
}
9399
]
94100
}

0 commit comments

Comments
 (0)