-
I decided to make an application using BeeWare Tutorial, here is the link: https://docs.beeware.org/en/latest/. In Lesson 0, I downloaded Git, but didn't download Winget - it doesn't work for me. Then, when I had done everything, in Lesson 1 I reached the point where I need to insert briefcase new b into the terminal, and at this point everything stops working. Below in the screenshot it says that you need to download Git, but I downloaded it and pasted it into the same folder where the file is. I also rebooted the terminal using the Reload button, but it doesn't work again. Now I don’t understand anything what to do and I haven’t found this problem anywhere on the Internet. Help me please! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
When you download git from https://git-scm.com, you will need to run the downloaded file so that git is installed on your machine. You will know it is installed correctly when running the command |
Beta Was this translation helpful? Give feedback.
When you download git from https://git-scm.com, you will need to run the downloaded file so that git is installed on your machine. You will know it is installed correctly when running the command
git
shows the list of git commands.