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.
FuXiaoHei f2ce1eebbb merge vor 10 Jahren
conf Finish create repo vor 10 Jahren
models merge vor 10 Jahren
modules single repository page ui, add spec handler to get repo vor 10 Jahren
public single repository page ui preview vor 10 Jahren
routers single repository page ui, add spec handler to get repo vor 10 Jahren
templates single repository page ui, add spec handler to get repo 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 single repository page ui, add spec handler to get repo vor 10 Jahren
serve.go add repo router vor 10 Jahren
web.go single repository page ui, add spec handler to get repo 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.