Sending patches with git and a USP email
Setting up usp email to sending patches
Sending patches with git and a USP email
Introduction
Right after learning the basics of git send-email in the previous tutorial, I followed the FLUSP guide specifically for USP students:
Sending patches with git and a USP email.
USP’s Gmail blocks App Passwords and “less secure apps,” so we need an OAuth2 proxy to send patches. The tutorial shows how to set this up with Docker and kw send-patch.
What I Did
- Not much because I do not have a USP email.
- I just read the tutorial
What I Learned
- USP email needs a special OAuth2 proxy because normal SMTP auth is blocked.
kw send-patchmakes the whole process much cleaner than rawgit send-email.- The local proxy (127.0.0.1:2587) acts as a bridge between git and Gmail.
- Always test with
--simulatebefore sending to the mailing list!
This post is licensed under CC BY 4.0 by the author.