On Fri, Oct 25, 2019 at 2:10 PM Tim Northover <t.p.northover at gmail.com> wrote:> > Hi Yonghong, > > On Fri, 25 Oct 2019 at 13:40, Y Song via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > The `git llvm push` used to work for me. Not it stopped working. > > > > Does anybody know what have changed recently? > > We recently switched to git and GitHub as the primary repository > (yay!), so you no longer need to use "git llvm", you can push directly > if you have permissions. > > However, since you didn't know about this it's likely you don't have > permission; that was handled by adding our usernames to a magic file. > So I think what you need to do now is e-mail Tom Stellard with your > GitHub user details and he'll add you to the project team so you can > commit.Tim, Thanks for the explanation. When I hit the problem, I browsed the mailing list and found the github discussion. I just sent an email one hour back to Tom to request permission. I will wait and try again later. Yonghong> > Cheers. > > Tim.
I also get the same "Nothing to push" from "git llvm push" and I am supposed to have github commit access. Is there something to set up in my local git repo tree after getting a github commit access? Hiroshi On Fri, Oct 25, 2019 at 2:23 PM Y Song via llvm-dev <llvm-dev at lists.llvm.org> wrote:> On Fri, Oct 25, 2019 at 2:10 PM Tim Northover <t.p.northover at gmail.com> > wrote: > > > > Hi Yonghong, > > > > On Fri, 25 Oct 2019 at 13:40, Y Song via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > > > The `git llvm push` used to work for me. Not it stopped working. > > > > > > Does anybody know what have changed recently? > > > > We recently switched to git and GitHub as the primary repository > > (yay!), so you no longer need to use "git llvm", you can push directly > > if you have permissions. > > > > However, since you didn't know about this it's likely you don't have > > permission; that was handled by adding our usernames to a magic file. > > So I think what you need to do now is e-mail Tom Stellard with your > > GitHub user details and he'll add you to the project team so you can > > commit. > > Tim, > > Thanks for the explanation. When I hit the problem, I browsed the > mailing list and found the github discussion. I just sent an email one hour > back to Tom to request permission. I will wait and try again later. > > Yonghong > > > > > Cheers. > > > > Tim. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191028/7b38c0a3/attachment.html>
On 10/28/2019 10:27 AM, Hiroshi Yamauchi via llvm-dev wrote:> I also get the same "Nothing to push" from "git llvm push" and I am supposed to have github commit access. > > Is there something to set up in my local git repo tree after getting a github commit access? >I would recommend just using `git push`. -Tom> Hiroshi > > > On Fri, Oct 25, 2019 at 2:23 PM Y Song via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > On Fri, Oct 25, 2019 at 2:10 PM Tim Northover <t.p.northover at gmail.com <mailto:t.p.northover at gmail.com>> wrote: > > > > Hi Yonghong, > > > > On Fri, 25 Oct 2019 at 13:40, Y Song via llvm-dev > > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > The `git llvm push` used to work for me. Not it stopped working. > > > > > > Does anybody know what have changed recently? > > > > We recently switched to git and GitHub as the primary repository > > (yay!), so you no longer need to use "git llvm", you can push directly > > if you have permissions. > > > > However, since you didn't know about this it's likely you don't have > > permission; that was handled by adding our usernames to a magic file. > > So I think what you need to do now is e-mail Tom Stellard with your > > GitHub user details and he'll add you to the project team so you can > > commit. > > Tim, > > Thanks for the explanation. When I hit the problem, I browsed the > mailing list and found the github discussion. I just sent an email one hour > back to Tom to request permission. I will wait and try again later. > > Yonghong > > > > > Cheers. > > > > Tim. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
Doerfert, Johannes via llvm-dev
2019-Oct-29 04:52 UTC
[llvm-dev] git llvm push not working?
I got my `git llvm push` setup working earlier. What I did was: 1) `git rebase origin master`, to make sure my changes are on top of master 2) `git llvm push -n master`, to check what would be pushed (dry run) 3) `git llvm push master`, do do so Now I also did other things, e.g., set the git llvm script to use ssh with the "git" user instead of htttps but I think the above should be sufficient. Note that before, on svn, `git llvm push HEAD` was what I usually did. Cheers, Johannes On 10/28, Hiroshi Yamauchi via llvm-dev wrote:> I also get the same "Nothing to push" from "git llvm push" and I am > supposed to have github commit access. > > Is there something to set up in my local git repo tree after getting a github > commit access? > > Hiroshi > > > On Fri, Oct 25, 2019 at 2:23 PM Y Song via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > > > On Fri, Oct 25, 2019 at 2:10 PM Tim Northover <t.p.northover at gmail.com> > > wrote: > > > > > > Hi Yonghong, > > > > > > On Fri, 25 Oct 2019 at 13:40, Y Song via llvm-dev > > > <llvm-dev at lists.llvm.org> wrote: > > > > The `git llvm push` used to work for me. Not it stopped working. > > > > > > > > Does anybody know what have changed recently? > > > > > > We recently switched to git and GitHub as the primary repository > > > (yay!), so you no longer need to use "git llvm", you can push directly > > > if you have permissions. > > > > > > However, since you didn't know about this it's likely you don't have > > > permission; that was handled by adding our usernames to a magic file. > > > So I think what you need to do now is e-mail Tom Stellard with your > > > GitHub user details and he'll add you to the project team so you can > > > commit. > > > > Tim, > > > > Thanks for the explanation. When I hit the problem, I browsed the > > mailing list and found the github discussion. I just sent an email one hour > > back to Tom to request permission. I will wait and try again later. > > > > Yonghong > > > > > > > > Cheers. > > > > > > Tim. > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Johannes Doerfert Researcher Argonne National Laboratory Lemont, IL 60439, USA jdoerfert at anl.gov -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191029/a0992159/attachment.sig>