I downloaded files from original git repo, modified them and uploaded them to my own repo. Now, when I clone original repo, it does not ask for username and password, but when I clone my repo it asks. But I dont want to ask, how can it be fixed?
Actual repositories:
- Original repo: https://github.com/dusty-nv/jetson-inference
- My repo: https://github.com/eligosoftware/jetson_inference
P.S.: My own repo is public as well as the original one.