我正在尝试从 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)
请让我知道如何解决这个问题。提前谢谢
我正在尝试将我的更改推送到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)
请让我知道如何解决这个问题