πŸ”§ Troubleshooting GitRunner Setup

During gitrunner setup using MobaXterm terminal, we encountered a few issues which we resolved through careful debugging and adjustments:


πŸ”§ Troubleshooting ArgoCD+ Repository Connection

<aside> 🏹

We had many failed attempts before we succesfully connected our Kubernetes repo to ArgoCD

</aside>

πŸ” Attempt 1: Connect GitHub Repo via HTTPS

In Argo CD dashboard:

❌ Connection FAILED

⚠️ Troubleshooting Attempt 1

πŸ” Attempt 2: Switch to SSH Authentication

πŸ” Generate SSH Key Pair

Open terminal (Git Bash or VS Code):

mkdir ~/.ssh/argocd-keys
cd ~/.ssh/argocd-keys
ssh-keygen -t ed25519 -C "[email protected]"