{"id":18871496,"url":"https://github.com/newlifex/gitcandy","last_synced_at":"2025-08-20T10:32:11.247Z","repository":{"id":71462139,"uuid":"74335794","full_name":"NewLifeX/GitCandy","owner":"NewLifeX","description":"一个基于ASP.NET MVC的git服务端。QQ群：1600800/200319579","archived":false,"fork":false,"pushed_at":"2024-12-11T06:07:02.000Z","size":13548,"stargazers_count":48,"open_issues_count":1,"forks_count":11,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-12-11T07:19:48.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Aimeast/GitCandy","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NewLifeX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-21T07:05:16.000Z","updated_at":"2024-12-11T06:07:06.000Z","dependencies_parsed_at":"2024-12-03T06:18:15.096Z","dependency_job_id":"d0e4c55c-fa9a-448d-9311-6a95fcd67f8f","html_url":"https://github.com/NewLifeX/GitCandy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FGitCandy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FGitCandy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FGitCandy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FGitCandy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewLifeX","download_url":"https://codeload.github.com/NewLifeX/GitCandy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230415318,"owners_count":18222158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T05:26:07.280Z","updated_at":"2025-08-20T10:32:11.241Z","avatar_url":"https://github.com/NewLifeX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GitCandy\nGitCandy© 是一个基于 ASP.NET MVC 的 [Git](http://git-scm.com/documentation) 版本控制服务端，支持公有和私有代码库，可不受限制的创建代码代码库，随时随地的与团队进行协作。  \n\nGitCandy© 由团队成员[Aimeast](https://github.com/Aimeast/GitCandy)创建，本分支引入[魔方](http://git.newlifex.com/NewLife/X/Tree/master/NewLife.Cube)并进行功能调整，主要改进为免部署，以及支持团队个人下属源码库两级管理。  \n\n演示：[http://git.newlifex.com/](http://git.newlifex.com/)\n\n源码： http://git.NewLifeX.com/NewLife/GitCandy  \n海外： https://github.com/NewLifeX/GitCandy  \n\nGitCandy官方群：200319579    新生命群：1600800\n\n---\n### 系统要求\n* [IIS 7.0](http://www.iis.net/learn)\n* [.NET Framework 4.5](http://www.microsoft.com/en-us/download/details.aspx?id=30653)\n* [ASP.NET MVC 5](http://www.asp.net/mvc/tutorials/mvc-5)\n* [Git](http://git-for-windows.github.io/)\n* [Sqlite](http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki) 或 [Sql Server](http://www.microsoft.com/en-us/sqlserver/get-sql-server/try-it.aspx)\n\n---\n### 安装\n* 下载最新[发布](https://github.com/NewLifeX/GitCandy/releases)的版本或自己编译最新的[master](http://git.newlifex.com/NewLife/GitCandy)分支源码\n* 在IIS创建一个站点，并把二进制文件和资源文件复制到站点目录\n* 如果用了 Visual Studio 的发布功能，还要复制`GitCandy\\bin\\[NativeBinaries \u0026 x86 \u0026 x64]`文件夹到站点目录\n* 打开新建的站点，默认登录用户名是`admin`，密码是`gitcandy`\n* 转到`设置`页面，分别设置`代码库`，`缓存`和`git-core`的路径\n* 推荐在`Web.config`设置`\u003ccompilation debug=\"false\" /\u003e`\n\n##### *注*\n* `代码库`和`缓存`路径示例：`x:\\Repos`，`x:\\Cache`\n* `git-core`路径示例：`x:\\PortableGit\\libexec\\git-core`，`x:\\PortableGit\\mingw64\\libexec\\git-core`\n\n---\n### 鸣谢 (按字母序)\n* [ASP.NET MVC](http://aspnetwebstack.codeplex.com/) @ [Apache License 2.0](http://aspnetwebstack.codeplex.com/license)\n* [Bootstrap](http://github.com/twbs/bootstrap) @ [MIT License](http://github.com/twbs/bootstrap/blob/master/LICENSE)\n* [Bootstrap-switch](http://github.com/nostalgiaz/bootstrap-switch) @ [Apache License 2.0](http://github.com/nostalgiaz/bootstrap-switch/blob/master/LICENSE)\n* [Highlight.js](http://github.com/isagalaev/highlight.js) @ [New BSD License](http://github.com/isagalaev/highlight.js/blob/master/LICENSE)\n* [jQuery](http://github.com/jquery/jquery) @ [MIT License](http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt)\n* [LibGit2Sharp](http://github.com/libgit2/libgit2sharp) @ [MIT License](http://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md)\n* [marked](http://github.com/chjj/marked) @ [MIT License](http://github.com/chjj/marked/blob/master/LICENSE)\n\n---\n### 协议\nMIT 协议\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewlifex%2Fgitcandy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewlifex%2Fgitcandy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewlifex%2Fgitcandy/lists"}