Le 01/04/2019 à 15:12, Andy Grove a écrit : > Hi Krisztian, > > It's basically a github permissions issue when it comes to pushing the > merged PR branch to apache master. > > I get prompted for git username on the command line, which doesn't happen > on my old desktop.
Ensure you're pushing to the ssh URL (g...@github.com:apache/arrow.git), not the https one. `git remote -v` may help. Regards Antoine.