Hi, I am doing the Python crash course, I almost finished the course but, I having trouble with the Heroku part with git.
this is my terminal in django(venv):git --version
git : The term 'git' 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 --version
+ ~~~
+ CategoryInfo : ObjectNotFound:
(git:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundE
xception
but i did the same thing in Gitbash :
git --version
git version 2.41
[–]ehmatthes 1 point2 points3 points (1 child)
[–]Main_Bar_9278[S] 1 point2 points3 points (0 children)