Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

'git' is not recognized as an internal or external command, operable program or batch file. #13

Open
tranceinsane opened this issue Oct 2, 2020 · 4 comments

Comments

@tranceinsane
Copy link

When entering git clone https://github.com/AvinashReddy3108/YetAnotherSMSBomber.git getting the error 'git' is not recognized as an internal or external command, operable program or batch file.
How to fix it please...

@AvinashReddy3108
Copy link
Owner

I see that you're using a Windows machine here.
You must set up the 'git' tool first, to be able to clone repositories.

Here's something that might help.
https://phoenixnap.com/kb/how-to-install-git-windows

@tranceinsane
Copy link
Author

I see that you're using a Windows machine here.
You must set up the 'git' tool first, to be able to clone repositories.

Here's something that might help.
https://phoenixnap.com/kb/how-to-install-git-windows

Thank you, let me try it.

@tranceinsane
Copy link
Author

Ok, I was able to do all 3 steps as below:

Clone my repo

git clone https://github.com/AvinashReddy3108/YetAnotherSMSBomber.git

Move into the work directory.

cd YetAnotherSMSBomber

Install the requirements via PIP.

pip3 install -r requirements.txt

Now to start the program, when I click on bomber.py it opens and immediately closes. What is wrong now? Thank you for your help.

@tranceinsane
Copy link
Author

Now to start the program, when I click on bomber.py it opens and immediately closes. What is wrong now? Thank you for your help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants