Re: [github] unable to generate pull request

2019-09-04 Thread Bjarne D Mathiesen
Joshua Root wrote: > Your repo doesn't seem to have been created as a fork of > macports/macports-ports. How did you create it? Normally you would just > click the "Fork" button on the original repo. My bad - I cloned instead of forking ;-) :-P -- Bjarne D Mathiesen Korsør ; Danmark ;

Re: [github] unable to generate pull request

2019-09-04 Thread Chris Jones
I don't know if there's a way to make GitHub realise that it's a fork if you didn't create it that way. Not easily, no. Far simpler to just start again.

Re: [github] unable to generate pull request

2019-09-04 Thread Joshua Root
On 2019-9-4 20:45 , Bjarne D Mathiesen wrote: > I've followed the guide : >https://guide.macports.org/chunked/project.github.html > but I'm unable to generate a pull request from either my own repo : > > https://github.com/BjarneDMat/macports branch:dovecot2 > > or the macport-ports repo;

Re: [github] unable to generate pull request

2019-09-04 Thread Chris Jones
Hi, Your problem is https://github.com/BjarneDMat/macports is not a proper fork of the main repo https://github.com/macports/macports-ports This is required in order to create pull requests. You need to make a fork of the above (click the 'fork' button in the top right) and then use this.

[github] unable to generate pull request

2019-09-04 Thread Bjarne D Mathiesen
I've followed the guide : https://guide.macports.org/chunked/project.github.html but I'm unable to generate a pull request from either my own repo : https://github.com/BjarneDMat/macports branch:dovecot2 or the macport-ports repo; they seem unable to see each other. What can I do to fix this