git-mirror icon indicating copy to clipboard operation
git-mirror copied to clipboard

Host Git repository mirrors with ease

Results 3 git-mirror issues
Sort by recently updated
recently updated
newest added

I tried running the program on Mac and this is the output I received: ``` git-mirror_0.1.0_darwin_amd64 λ ./git-mirror config.toml failed MSpanList_Insert 0x4b7000 0x8ed55520d9c9 0x0 fatal error: MSpanList_Insert runtime stack: runtime.throw(0x436f0b)...

If the `config.toml` contains too many git repos, this program may hammer the github. And too many background threads will keep running.

I noticed when I had a config file with `[[ Repo ]]` instead of `[[Repo]]` git-mirror just hung and consumed 100% cpu when starting with no message printed to stderr/out....

bug