Hi all,
I’m having a problem with the following…
" : The term '’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:1
- $ git init
- ~
- CategoryInfo : ObjectNotFound: ($:String) , CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException"
I’m working my way through the “Starting a code base on GitHub” video, but I keep encountering this problem.
I’ve Googled for answers but can’t resolve the issue.
Please can someone help me out?
Many thanks,
Chris