我正在使用Git shell通过(GIT pull)命令从GIT中提取数据。
但由于显示消息"as file too long"
,我在提取数据时遇到了一些问题。
在创建另一个单独的克隆时,我收到以下错误消息:
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
我们可以通过cygwin“GIT PULL”或“GIT PUSH”,如果是的话,任何人都可以分享这些步骤吗?
答案 0 :(得分:0)
可以做到。我不知道你的问题是什么,但我可以告诉你我可以在cygwin中使用git就好了。
设置你的git配置。至少,这意味着您需要打开一个bash提示符并输入:
git config --global user.name [your name]
git config --global user.email [your email]
克隆(即git clone [repo]
)