I excute this command
git clone https://github.com/lakwarus/wordpress.git
Then I get a error:
fatal: --stateless-rpc requires multi_ack_detailed
fatal: The remote end hung up unexpectedly
I don't know what this error is. How would you troubleshoot this?
Considering GitHub status messages don't show any current issue, it is likely to be a connectivity issue on your side.
See for instance this thread (2010) with the same error message.
You can try and see more details with
git clone --progress -v https://github.com/lakwarus/wordpress.git
来源:https://stackoverflow.com/questions/22247250/how-to-debug-git-clone-error-error-git-clone-stateless-rpc-requires-multi-ack