<div dir="ltr"><div dir="ltr">On Thu, Jul 30, 2020 at 8:51 AM Amit anand <<a href="mailto:amit.table@gmail.com">amit.table@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi, <br></div><div><br></div><div>Not able to create pull request to systemd, permission denied to my github user credentials.</div><div><br></div><div>I git cloned <a href="https://github.com/systemd/systemd" rel="noreferrer" target="_blank">https://github.com/systemd/systemd</a></div><div><br></div><div>While creating pull request, <br></div><div>git push --set-upstream origin <systemd_branch1> <br></div><div></div><div>1. Entered github username</div><div>2. Entered github passwd</div><div>getting below error message for my github username.</div><div>remote: Permission to systemd/systemd.git denied to <my github username></div><div>fatal : unable to access '<a href="https://github.com/systemd/systemd.git/" target="_blank">https://github.com/systemd/systemd.git/</a>': The requested URL returned error: 403</div></div></blockquote><div><br></div><div>Pull requests are usually made from your own personal repository. Use Github's "Fork" feature to get a writable copy of the repository, then `git remote add` its URL and push there.</div><div><br></div><div>For example:</div><div><br></div><div>git remote add fork <a href="https://github.com/">https://github.com/</a><yourname>/systemd</div><div>git push -u fork <systemd_branch1></div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>