当我尝试在git bash上克隆时,我收到此错误:
$git clone <link>
Cloning into 'name_project'...
Password for '<link>':
remote: Counting objects: 100% (659/659), done.
error: RPC failed; result=18, HTTP code = 200B | 1 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: recursion detected in die handler
Run Code Online (Sandbox Code Playgroud)
这是使用的命令:
git clone h(double t)ps://account@bitbucket.org/path.git
Run Code Online (Sandbox Code Playgroud)
有人可以帮忙吗?
我正在尝试将我的代码推送到github,但几乎每次我都遇到这个错误
error: RPC failed; result=28, HTTP code = 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Run Code Online (Sandbox Code Playgroud)
这太烦人了.谁知道如何解决这个问题?
更新我用Google搜索后,我读到运行git config --global http.postBuffer 524288000可以解决问题.但即使在我执行该命令后,我仍然遇到了问题.