简体   繁体   中英

Mercurial hg push failed on remote, transaction abort, permission denied to update branch?

# hg push

returns this following error shown in the below image: 在此处输入图片说明

I have pull the VexsysMindsCSCKrishna branch by following command:

#hg pull -b VexsysMindsCSCKrishna <https://bitbucket.org>
#hg update VexsysMindsCSCKrishna

My working branch is VexsysMindsCSCKrishna so I add,commit but when I try to push gives me error shown in the above figure . Is this the right step to checkout remote branch locally ? I don't know where the problem is and #hg push --force is also not helpful.

You do not have permission to push to that branch on the server you are pushing to. Fixing this will require changing the settings on the server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM