Charles94jp / NameSilo-DDNS

动态域名解析程序: A python Dynamic DNS service for NameSilo, with logger, email notification, docker support, IPv6 support.
https://hub.docker.com/r/charles94jp/ddns/tags
MIT License
271 stars 24 forks source link

Fix git clone command #16

Closed seekstar closed 1 year ago

seekstar commented 1 year ago

The original git clone command does not work on my machine (ArchLinux, git version 2.39.1):

git -b python clone https://github.com/Charles94jp/NameSilo-DDNS.git
unknown option: -b
usage: git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           [--super-prefix=<path>] [--config-env=<name>=<envvar>]
           <command> [<args>]

This works:

git clone -b python https://github.com/Charles94jp/NameSilo-DDNS.git