How can I debug git/git-shell related problems?

前端 未结 8 1697
说谎
说谎 2020-11-22 15:16

How can I have some debug information regarding git/git-shell?

I had a problem, that user1 could clone a repository without problem, while user2<

8条回答
  •  余生分开走
    2020-11-22 15:32

    Have you tried adding the verbose (-v) operator when you clone?

    git clone -v git://git.kernel.org/pub/scm/.../linux-2.6 my2.6

提交回复
热议问题