Describe the bug
when i try to run install command, it doesnt work
To Reproduce
Steps to reproduce the behavior:
- open your terminal
- type git lfs install
- it wont work
Expected behavior
i expect it to install and work
System environment
The version of your operating system, plus any relevant information about platform or configuration (e.g., container or CI usage, Cygwin, WSL, or non-Basic authentication). If relevant, include the output of git config -l as a code block.
Please also mention the usage of any proxy, including any TLS MITM device or non-default antivirus or firewall.
Output of git lfs env
The output of running git lfs env as a code block.
Additional context
Any other relevant context about the problem here.
If you're having problems trying to push or pull data, please run the command with GIT_TRACE=1 GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1 and include it inline or attach it as a text file. In a bash or other POSIX shell, you can simply prepend this string and a space to the command.
Describe the bug
when i try to run install command, it doesnt work
To Reproduce
Steps to reproduce the behavior:
Expected behavior
i expect it to install and work
System environment
The version of your operating system, plus any relevant information about platform or configuration (e.g., container or CI usage, Cygwin, WSL, or non-Basic authentication). If relevant, include the output of
git config -las a code block.Please also mention the usage of any proxy, including any TLS MITM device or non-default antivirus or firewall.
Output of
git lfs envThe output of running
git lfs envas a code block.Additional context
Any other relevant context about the problem here.
If you're having problems trying to push or pull data, please run the command with
GIT_TRACE=1 GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1and include it inline or attach it as a text file. In a bash or other POSIX shell, you can simply prepend this string and a space to the command.