This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Description
Hello!
I'm trying to write some code to delete remote branches.
However, I'm getting authorization errors on HTTPS repos. SSH seems to work as it uses the SSH config for the user.
Is there a way of passing through the configuration from the gitconfig file?
My Github credentials are saved in my keychain on osx, and then my config has the helper configured to use it.
[credential]
helper = osxkeychain
I'll find my example code to post...