git2-rs
git2-rs copied to clipboard
Use SSH over HTTPs
Hi,
For reasons, I can only access github via SSH over HTTPs. I can configure this using global config file. But I dont know how to do it in git2-rs.
Any suggestions?
Git2-rs should pick up your global config, unless you specifically override the config to use. Do you have evidence of it not working? What have you tried?