How to install Git on Windows
`git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program.`
Search for a command to run...
`git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program.`
No comments yet. Be the first to comment.
Check which protocols and ciphers the server supports by using SSLyze. Installation is straightforward: https://github.com/nabla-c0d3/sslyze The Setup Parrot OS 5.0 (Electro Ara) SSLyze version 5.0.6 Installation pip install --upgrade pip setuptoo...
I recently got introduced to REMnux for Malware Analysis. It includes tools like peepdf and vmonkey which are used for analyzing files (e.g. checking embedded JavaScript and macros). Download the REMnux General OVA file here. Check SHA-256 hash. Not...
For this, we'll be needing an Ubuntu ISO file. I opted for 64-bit PC (AMD64) server install image which can be downloaded here. The main reason I'm creating the VM is to install and test DefectDojo in a Virtual Machine. Open Virtual Box and click o...
It's been maybe 3 years since I last used git. And it feels like, "hello, world" as I try to relearn the workflow. The plan was to push a repository for my notes in Github when I encountered the following error message. This was resolved by connecti...
While setting up my new workspace on Windows, I encountered the following error:
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
+ ~~~
+ CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
In order to resolve this, we need to install git.


git --version
