openhome / ohPlayer

ohPlayer is a full featured OpenHome media renderer licenced under an MIT licence
Other
42 stars 11 forks source link

Libav.cpp #16

Open AndreHro opened 5 years ago

AndreHro commented 5 years ago

There are some bugs in Libav.cpp with the new Debian buster. I fixed a lot of them. How can I create a pull request I only get remote: Permission to openhome/ohPlayer.git denied to AndreHro. fatal: unable to access 'https://github.com/openhome/ohPlayer/': The requested URL returned error: 403

kylegordon commented 4 years ago

Hi @AndreHro

I think what you need to do is fork the repository to your own account instead of pushing a copy of the code to your new repo. I see that you already have https://github.com/AndreHro/ohPlayer - but it doesn't say at the top 'forked from openhome/ohPlayer' like I do at mine - https://github.com/kylegordon/ohPlayer

What might work is changing the repository name of AndreHro/ohPlayer to something else (just as a backup), and then fork ohPlayer, commit the changes to that fork, push them, and then Github should offer you a "Pull Request" button.

Please let me know how you get on!

Kyle