I am getting the following error. How do I resolve?: git add . git commit -m \'t\' git push origin development
To git@github.com:myrepo.git ! [
In windows, you need to use double quotes "". So the command would be
git commit -m "t"