gitcache icon indicating copy to clipboard operation
gitcache copied to clipboard

When clone from github.com, build mirror cache to improve clone speed

Results 6 gitcache issues
Sort by recently updated
recently updated
newest added

无法克隆项目,ycm和coc之类都不行 $ git version git version 2.33.1 fatal: unable to access 'https://gitclone.com/github.com/neoclide/coc.nvim/': The requested URL returned error: 403

$ git clone --branch ros2 --recursive https://github.com/XXX 正克隆到 'XXX'... fatal: 远程分支 ros2 在上游 origin 未发现 $ git submodule update remote: 枚举对象中: 1160, 完成. remote: 对象计数中: 100% (1160/1160), 完成. remote: 压缩对象中:...

As written in README, `new support branch (git clone -b branchname)`, I suppose we can specify branch when cloning. But, ```sh ❯ git clone https://github.com/nvim-neo-tree/neo-tree.nvim -b v3.x Cloning into 'neo-tree.nvim'......

Here is the error: ``` git clone --branch=mace --depth 1 https://gitclone.com/github.com/ACEsuit/lammps Cloning into 'lammps'... fatal: protocol error: expected sha/ref, got 'shallow ed03d04a70551a4ffbf9116e714eb51c466c63a5' ```

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

拉取了几个lua的依赖,例如https://github.com/tomasguisasola/luaexpat.git;为什么只有最新的commitId,git log中只有一个最新的commitId,其余的都没有,拉取 https://gitclone.com/github.com/nginx/nginx.git nginx等仓库commitId又没啥问题,是什么原因?