Skip to content

pip3 install -r requirements.txt #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rhafarahani
Copy link

--[no-]shallow-since
create a shallow clone since a specific time
--[no-]shallow-exclude
deepen history of shallow clone, excluding rev
--[no-]single-branch clone only one branch, HEAD or --branch
--no-tags don't clone any tags, and make later fetches not to follow them
--tags opposite of --no-tags
--[no-]shallow-submodules
any cloned submodules will be shallow
--[no-]separate-git-dir
separate git dir from working tree
--[no-]ref-format
specify the reference format to use
-c, --[no-]config <key=value>
set config inside the new repository
--[no-]server-option
option to transmit
-4, --ipv4 use IPv4 addresses only
-6, --ipv6 use IPv6 addresses only
--[no-]filter object filtering
--[no-]also-filter-submodules
apply partial clone filters to submodules
--[no-]remote-submodules
any cloned submodules will use their remote-tracking branch
--[no-]sparse initialize sparse-checkout file to include only files at root
--[no-]bundle-uri
a URI for downloading bundles before fetching from origin remote

~ $ https://github.com/xploitstech/Xteam
bash: https://github.com/xploitstech/Xteam: No such file or directory
~ $ ls
~ $
~ $ cd Xteam
bash: cd: Xteam: No such file or directory
~ $ pip3 install -r

Usage:
pip3 install [options] [package-index-options] ...
pip3 install [options] -r [package-index-options] ...
pip3 install [options] [-e] ...
pip3 install [options] [-e] ...
pip3 install [options] <archive url/path> ...

-r option requires 1 argument
~ $ requirements.txt
requirements.txt: command not found
~ $
~ $ chmod +x *
chmod: cannot access '*': No such file or directory
~ $ bash setup.sh
bash: setup.sh: No such file or directory
~ $ bash Xteam.sh
bash: Xteam.sh: No such file or directory--[no-]shallow-since
create a shallow clone since a specific time
--[no-]shallow-exclude
deepen history of shallow clone, excluding rev
--[no-]single-branch clone only one branch, HEAD or --branch
--no-tags don't clone any tags, and make later fetches not to follow them
--tags opposite of --no-tags
--[no-]shallow-submodules
any cloned submodules will be shallow
--[no-]separate-git-dir
separate git dir from working tree
--[no-]ref-format
specify the reference format to use
-c, --[no-]config <key=value>
set config inside the new repository
--[no-]server-option
option to transmit
-4, --ipv4 use IPv4 addresses only
-6, --ipv6 use IPv6 addresses only
--[no-]filter object filtering
--[no-]also-filter-submodules
apply partial clone filters to submodules
--[no-]remote-submodules
any cloned submodules will use their remote-tracking branch
--[no-]sparse initialize sparse-checkout file to include only files at root
--[no-]bundle-uri
a URI for downloading bundles before fetching from origin remote

~ $ https://github.com/xploitstech/Xteam
bash: https://github.com/xploitstech/Xteam: No such file or directory
~ $ ls
~ $
~ $ cd Xteam
bash: cd: Xteam: No such file or directory
~ $ pip3 install -r

Usage:
pip3 install [options] [package-index-options] ...
pip3 install [options] -r [package-index-options] ...
pip3 install [options] [-e] ...
pip3 install [options] [-e] ...
pip3 install [options] <archive url/path> ...

-r option requires 1 argument
~ $ requirements.txt
requirements.txt: command not found
~ $
~ $ chmod +x *
chmod: cannot access '*': No such file or directory
~ $ bash setup.sh
bash: setup.sh: No such file or directory
~ $ bash Xteam.sh
bash: Xteam.sh: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant