Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经设置了一个 git repo 并希望通过 HTTP 访问它。一切都很好,但是当我这样做git clone http://mygit/abc.git时需要一段时间才能完成。我没有看到任何“计数对象......”类型的打印。我的回购克隆很好。
git clone http://mygit/abc.git
见下文。
为什么会这样?
$ git clone http://mygit/abc.git Cloning into abc... $ $ ls abc $
也许还没有对象?
当你做 a 时会发生什么git count-objects -v?
git count-objects -v