The files are already stored in your local commit tree. You’ll need to first remove them from the repository. This can be done via:
git rm --cached system/application/config/config.php modules/recaptcha/config/recaptcha.php
After that you’ll need to make one more commit and you’re good to go.