During a git sync, I faced this error on a corporate network. This could have multiple reasons, the most common
Continue readingTag: git
Make sure you configure your ‘user.name’ and ‘user.email’ in git
When you install GIT for the first time on your computer, and you’re trying to sync a repository, this message
Continue readingAnsible Tower / AWX No playbooks visible in template
One of my playbooks was not visible in Ansible Tower / AWX.The troubleshooting steps I have taken to solve the
Continue readingGit Cheat sheet – Collection of most used Git commands
In a DevOps way of working GIT is a powerful tool for each team member must know. GIT is used
Continue readingfatal: Authentication failed git on Windows
When there is a password change, this message can appear. In this situation you cannot make any changes or if
Continue readingInstall git with PowerShell on Windows
With the following PowerShell function you can download and install git using PowerShell. It downloads the latest “stable” git release
Continue reading