Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Unknown 3c67318d8f Add GetRepositoryByName and GetRepositoryById vor 10 Jahren
conf Finish create repo vor 10 Jahren
models Add GetRepositoryByName and GetRepositoryById vor 10 Jahren
modules Move custom dir to custom/ vor 10 Jahren
public dashboard ui vor 10 Jahren
routers Finish delete user vor 10 Jahren
templates Bug fix vor 10 Jahren
.gitignore Move custom dir to custom/ vor 10 Jahren
.gopmfile Update gopmfile vor 10 Jahren
LICENSE Create LICENSE vor 10 Jahren
README.md Bug fix vor 10 Jahren
bee.json Merge utils to modules vor 10 Jahren
gogs.go Finish delete user vor 10 Jahren
serve.go Move custom dir to custom/ vor 10 Jahren
web.go Add add and delete SSH key vor 10 Jahren
wercker.yml Finish delete user vor 10 Jahren

README.md

Gogs - Go Git Service wercker status Go Walker

Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language, it currently supports Linux and Max OS X, but Windows has NOT supported yet due to installation problem with libgit2 in Windows.

Purpose

There are some very good products in this category such as gitlab, but the environment setup steps often make us crazy. So our goal of Gogs is to build a GitHub-like clone with very easy setup steps, which take advantages of the Go Programming Language.

Overview

Please see Wiki for project design, develop specification, change log and road map.

Features

  • SSH protocal support.
  • Register/delete account.
  • Create public repository.
  • Git repository manipulation.

Installation

Make sure you install Prerequirements first.

There are two ways to install Gogs:

Acknowledgments

Contributors

This project was launched by Unknown, lunny and fuxiaohei. See contributors page for full list of contributors.