Has anyone else gotten this error: pathspec error with git commit #188
Unanswered
gunnardesantisUCONN
asked this question in
Q&A
Replies: 2 comments
-
Is there a space between - and m? I made that mistake and it gave me that error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah mate, thanks for getting me out of the pinch! That was the issue.
…On Tue, May 30, 2023 at 10:25 PM Tyler Dickey ***@***.***> wrote:
*Message sent from a system outside of UConn.*
Is there a space between - and m? I made that mistake and it gave me that
error.
—
Reply to this email directly, view it on GitHub
<#188 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAE6BWDGO2CVKYW4B3XKYWTXI2TYRANCNFSM6AAAAAAYUWXABA>
.
You are receiving this because you authored the thread.Message ID:
<cooperrc/computational-mechanics/repo-discussions/188/comments/6044512@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey yall
When trying to commit the changes from JupyterNotebook work folder to GitHub repo, I get this error every time. This has happened in both instances that the tutorial references 1)README.md and 2) M01-01 Notes. Have any of you had this issue? I am worried I will lose work that I do for this course.
(base) jovyan@d4c0cc08fa92:
/work/computational-mechanics$ git add ./work/computational-mechanics$ git commit - m "notes added to M01-01"(base) jovyan@d4c0cc08fa92:
error: pathspec '-' did not match any file(s) known to git
error: pathspec 'm' did not match any file(s) known to git
error: pathspec 'notes added to M01-01' did not match any file(s) known to git
Gunnar
Beta Was this translation helpful? Give feedback.
All reactions