Skip to content

Instantly share code, notes, and snippets.

@Efimero
Created November 16, 2019 00:10
Show Gist options
  • Save Efimero/f37541d68b7b49055a6f14ab141a4add to your computer and use it in GitHub Desktop.
Save Efimero/f37541d68b7b49055a6f14ab141a4add to your computer and use it in GitHub Desktop.
efi@Dagon:~/projects/liblesbian$ ssh git@ssh.local.lubar.me
PTY allocation request failed on channel 0
Cannot use two forms of the same flag: c config
NAME:
Gitea - A painless self-hosted Git service
USAGE:
gitea [global options] command [command options] [arguments...]
VERSION:
1.11.0+dev-232-g7b75603ff built with GNU Make 4.2.1, go1.13.4 : bindata, sqlite, sqlite_unlock_notify
DESCRIPTION:
By default, gitea will start serving using the webserver with no
arguments - which can alternatively be run by running the subcommand web.
COMMANDS:
web Start Gitea web server
serv This command should only be called by SSH shell
hook Delegate commands to corresponding Git hooks
dump Dump Gitea files and database
cert Generate self-signed certificate
admin Command line interface to perform common administrative operations
generate Command line interface for running generators
migrate Migrate the database
keys This command queries the Gitea database to get the authorized command for a given ssh key fingerprint
convert Convert the database
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--port value, -p value Temporary port number to prevent conflict (default: "3000")
--pid value, -P value Custom pid file path (default: "/var/run/gitea.pid")
--custom-path value, -C value Custom path file path (default: "/data/gitea")
--config value, -c value Custom configuration file path (default: "/data/gitea/conf/app.ini")
--version, -v print the version
--work-path value, -w value Set the gitea working path (default: "/app/gitea")
--help, -h show help
DEFAULT CONFIGURATION:
CustomPath: /data/gitea (GITEA_CUSTOM)
CustomConf: /data/gitea/conf/app.ini
AppPath: /app/gitea/gitea
AppWorkPath: /app/gitea
2019/11/16 00:09:47 main.go:111:main() [F] Failed to run app with [/app/gitea/gitea -c /app/gitea/gitea --config=/data/gitea/conf/app.ini serv key-5]: Cannot use two forms of the same flag: c config
Connection to ssh.local.lubar.me closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment