i'm having trouble following the steps for my first simple commit (looking at contributing.html). I applied for and was granted access yesterday. I've connected my github account. When i try to do the push i get 'remote: user "heptapod-write" is not authorised to publish changesets'
Any help would be much appreciated! ...the steps I followed mkdir local_src cd local_src hg clone https://foss.heptapod.net/pypy/pypy cd pypy # edit pypy/.hg/hgrc # add # username = shaolo1 <shao...@gmail.com> hg pull && hg up hg branch build_link_fix # ...edit file build.rst hg commit -m "Replaced bad link to getting-started-dev.html with contributing.html." hg push pushing to https://foss.heptapod.net/pypy/pypy searching for changes abort: push creates new remote branches: build_link_fix! (use 'hg push --new-branch' to create new remote branches) hg push --new-branch pushing to https://foss.heptapod.net/pypy/pypy searching for changes http authorization required for https://foss.heptapod.net/pypy/pypy realm: GitLab user: shaolo1 password: remote: adding changesets remote: adding manifests remote: adding file changes remote: user "heptapod-write" is not authorised to publish changesets: a2ceee6a2d79 abort: push failed on remote
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev