Ask HN: Is your Git clone from GitHub taking forever?

1 points by frabjoused ↗ HN
Nothing wrong on Github's status page, however I'm the second co-worker to notice git clone taking forever despite our Internet connections being fine.

1 comment

[ 4.7 ms ] story [ 10.4 ms ] thread
depends on total repo size of course

in case not complex one could possibly get the n latest file by option e.g:

--depth 7

get the last 7 commits