当我尝试在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)
有人可以帮忙吗?