标签: git github-api git-commit
我使用GitHub Enterprise API提取提交信息。示例API命令是
"curl -i -H 'Authorization: token XXXXX' https://git.xxxx.com/api/v3/repos/DataPortal/search-service/commits?page=1&per_page=100 "
有没有办法在命令中获得总提交次数?现在我正在尝试迭代每页但是对于大量提交的repos,git正在重置连接。