2
所有,Git進程誤克隆
我從以下答案this SO的指示,以快速提供回購。當我運行git clone git://ipAddr/.git project
我得到這個輸出:
remote: Counting objects: 124634, done.
remote: Compressing objects: 100% (21253/21253), done.
Receiving objects: 100% (124634/124634), 101.62 MiB | 4.30 MiB/s, done.
fatal: read error: Invalid argument
Resolving deltas: 100% (96298/96298), done.
fatal: error in sideband demultiplexer
我試着重新啓動git的守護進程,並再次克隆,但沒有成功。一些谷歌搜索引導我到this但鏈接已經死了,git remote set-head
問我一個分支名稱。
我該如何解決這個問題?