plase remove github autentication
personic75 opened this issue · 6 comments
Hi Team
while downloading files it ask for git hub credentials please give alternatives as we cannot enter OTP in Linux
Hey, what files are you trying to download?
pip3 install -U git+https://github.com/soxoj
It asking github credentials
Please, try to run pip3 install -U git+https://github.com/soxoj/socid_extractor
, it should not ask any credentials.
Please, try to run
pip3 install -U git+https://github.com/soxoj/socid_extractor
, it should not ask any credentials.
WARNING: The script socid_extractor is installed in '/home/kl/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Looks like socid_extractor was successfully installed.
Do the following:
export PATH=$PATH:/home/kl/.local/bin
socid_extractor --help
As far as I understand the problem was solved.