Mercurial push, abort: authorization failed

后端 未结 8 1757
悲哀的现实
悲哀的现实 2021-01-31 14:14

I\'m having problems with pushing to mercurial repository:

$ hg push
pushing to https://user:***@hg.domain.com/X_repo
searching for changes
abort: authorization          


        
相关标签:
8条回答
  • 2021-01-31 15:16

    This happened to me after changing my bitbucket password, then although I used SourceTree to manage my password and I changed it globaly, one repo however had my old password hard-coded in REPO/.hg/hgrc changed the line and all works again

    0 讨论(0)
  • 2021-01-31 15:16

    My solution! If your are on Windows OS, you need to edit folder properties. Read/write permission.

    Very Important!! Dont forget turn off the web server, edit folder properties and turn on again the web server tortoiseHG

    0 讨论(0)
提交回复
热议问题