When trying to commit it returns an error stating that the file cannot be found. See attached screenshot
Why is it failing ??? I have followed all the steps detailed in the tutorial
Your commit message should be surrounded by quotation marks:
git commit -m "<TUTOR-473> Added a file for sifish"
Without that, git is interpreting all the words in your message as individual command line arguments, and seems to think one of them refers to a file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.