其他 #### 实打实的 Go 项目,但是 Github 却统计为 JavaScript 怎么办:: 原理: Github 采用 Linguist 来自动识别你的代码,然后判断属于哪一种语言。 解决方法: 1. 在项目中增加更多的你所想要归属的语言的代码(综合性项目,最好是采用这种方式)。 2. 在项目中添加 .gitattributes: *.js linguist-language=go *.java linguist-language=go 工具 ==== * https://sourcecred.io/:: A tool for communities to measure and reward value creation * GitHub star ranking for users, organizations and repositories: https://gitstar-ranking.com/ 团队 ==== * github上有贡献的所有人都有记录: https://github.com/all-contributors/all-contributors * https://allcontributors.org/ * https://github-readme-stats.vercel.app/api?username=zhaoweiguo&count_private=true&show_icons=true * Dynamically generated stats for your github readmes: https://github.com/anuraghazra/github-readme-stats embed code-snippets =================== * plain参数: https://github.com/tal-tech/go-zero/blob/master/readme.md?plain=1#L22-L25 * embed gist code-snippets:: * embed github code-snippets: https://kag0.github.io/sauce/ :: // 指定 theme, lang: * https://emgithub.com/ github 镜像 =========== * https://gitclone.com/ * https://doc.fastgit.org/ * 代理: https://github.com.cnpmjs.org/ * https://github.com/RC1844/FastGithub 其他网站 ======== * GitHub Support: https://support.github.com/request