labath added a comment. In D72751#1877432 <https://reviews.llvm.org/D72751#1877432>, @paolosev wrote:
> In D72751#1869268 <https://reviews.llvm.org/D72751#1869268>, @labath wrote: > > > yeah, go for it. > > > Hi @labath, can I ask you the favor to land this patch for me? I have > rebased it because the logic of SystemInitializers have changed with new > macros. Committed as c1121908aace019b3e31e24def58a21a978531cd <https://reviews.llvm.org/rGc1121908aace019b3e31e24def58a21a978531cd>. > I asked commit access and I should have obtained it, but when I try to land > this patch either with 'arc land' or with 'git push' I get a permission error: > > git push --dry-run > Password for 'https://paolosevm...@github.com': > remote: Permission to llvm/llvm-project.git denied to paolosevMSFT. > fatal: unable to access > 'https://paolosevm...@github.com/llvm/llvm-project.git/': The requested URL > returned error: 403 > > > Maybe there is something I have not understood in the process... "arc land" never worked. Don't even try it -- all it can do is mess up your local repo. :) The "git push" error looks like a generic problem with authenticating to github. I'd try creating a dummy personal repo and seeing if you can push there first. Switching to a different transport protocol (`g...@github.com` + authentication via ssh keys) is also worth a shot. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72751/new/ https://reviews.llvm.org/D72751 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits