I have figured out what I was doing wrong with Git. I'm still not quite sure how to make the create-pull-request script work. In case anyone else stumbles into this: you need to configure git to use the GMail SMTP server. I used this guide: https://coderwall.com/p/dp-gka/setting-up-git-send-email-with-gmail , and I generated an app password specifically for it, since storing your main password in plaintext inside a config file is a Bad Thing.
I hope somebody will find this useful Alexandru Tiniuc On Thu, Aug 24, 2017 at 10:33 AM, Tiniuc Alexandru < [email protected]> wrote: > I have been trying to send a pull request for a couple of days, and I have > had little luck. The create-pull-request script fails and informs me that > the remote URL seems incorrect (git://git.yoctoproject.org/ > meta-virtualization is the URL I am using.). > > Sending the patch directly using git send-email, as advised in the README > file, doesn't seem to deliver the messages. My logfile mentions that the > email was sent, but it hasn't appeared in the mailing list, nor in my inbox > (I am automatically CC'd) > > Would you mind telling me what I am doing wrong? This is my first time > using a terminal email client and I would be more than happy to learn how > to do it properly. > > Many thanks, > Alexandru Tiniuc >
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
