Please tell me how it happens. I created an Ssh key and uploaded it to my github account, after that I did a git clone and git pull. Then, I removed the ssh key from github (it's still on my computer) and I tried to make another pull request and it works great without any password required, please explain me how it works without any public key ssh on my github account? In addition, I opened a new folder on my computer and I tried to make git clone via ssa and it did not work. An existing repo also works without a ssh key and the new folder can not do a clone application without a ssh key (like excepted, right?)
Thanks!
git remote -v(while inside the repo) say?