小编sat*_*sat的帖子

mercurial abort: 输入/输出错误,事务中止!回滚完成

我正在尝试从 bitbucket 中的存储库中提取。

我在给

bash-4.1$ hg pull https://sat801@bitbucket.org/golmschenk/i4330-notification
Run Code Online (Sandbox Code Playgroud)

但它是这样显示的

pulling from https://sat801@bitbucket.org/golmschenk/i4330-notification
searching for changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: Input/output error
bash-4.1$ 
Run Code Online (Sandbox Code Playgroud)

请让我知道如何解决这个问题。提前谢谢

mercurial transactions rollback abort

5
推荐指数
1
解决办法
3039
查看次数

hg push abort:需要http授权.我正在推送到我当地的bitbucket存储库

我正在尝试将我的更改推送到bitbucket中的本地远程存储库.我可以访问此存储库.但是当我这样做的时候,就是这样.它应该显示密码提示但它没有显示.

$ hg push
pushing to https://sat801@bitbucket.org/sat801/i4330-notification-sm
abort: http authorization required
Run Code Online (Sandbox Code Playgroud)

在我的.hg文件夹中,这是我的hgrc文件

[ui]
username = sat801 <*******@example.com>
editor = nano

[paths]
default = https://sat801@bitbucket.org/sat801/i4330-notification-sm
Run Code Online (Sandbox Code Playgroud)

我既不能在我当地的仓库中推送任何东西,也不能从中获取任何东西.它显示相同的错误

abort: http authorization required
Run Code Online (Sandbox Code Playgroud)

请让我知道如何解决这个问题

mercurial authorization bitbucket required

4
推荐指数
2
解决办法
6249
查看次数