当我从Android工作室从GitHub克隆我的项目时,出现了这个问题:
clone curl 56 SSLRead() return error -9806
The remote end hung up unexpectedly early EOF
index-pack failed
我用Google搜索了许多解决方法,但它们没有用。
答案 0 :(得分:0)
至少尝试,如this answer, to kill and restart the process 有时,这就够了。
但是......考虑到你在中国,这可能是一个网络问题(见评论on this answer)
OP Dale.Che comments已在命令行( <Button
android:text="Button"
android:layout_columnSpan="2"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_columnWeight="1"
android:layout_rowWeight="1"
android:id="@+id/button5"
android:layout_row="2"
android:layout_column="0" />
)中通过Git本身克隆了回购。