Replies: 1 comment 2 replies
-
https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---filterltfilter-specgt |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I install some extension from URL, I get below error:
] -v, --verbose be more verbose -q, --quiet be more quiet --progress force progress reporting -n, --no-checkout don't create a checkout --bare create a bare repository --mirror create a mirror repository (implies bare) -l, --local to clone from a local repository --no-hardlinks don't use local hardlinks, always copy -s, --shared setup as shared repository --recursive initialize submodules in the clone --recurse-submodules initialize submodules in the clone --template directory from which templates will be used --reference reference repository -o, --origin use instead of 'origin' to track upstream -b, --branch checkout instead of the remote's HEAD -u, --upload-pack path to git-upload-pack on the remote --depth create a shallow clone of that depth --single-branch clone only one branch, HEAD or --branch --separate-git-dir separate git dir from working tree -c, --config <key=value> set config inside the new repository `GitCommandError: Cmd('git') failed due to: exit code(129) cmdline: git clone -v --filter=blob:none -- https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN/tree/main /root/others/sd/stable-diffusion-webui/tmp/main stderr: 'error: unknown option
filter=blob:none' usage: git clone [options] [--] [Beta Was this translation helpful? Give feedback.
All reactions