Search code examples
gitbitbucketgit-pushgit-pullgit-clone

Unable to pull/push/clone using GIT on bitbucket anymore


Although I cloned a repository before, but now whenever I try to use push, pull or even clone the repository again, it asks for the password, I provide it then i do not get any sort of feedback for a LOT of time.. Although I did clone that same repository before, now none of the above commands work.

What could be the reason for this problem? it doesn't even tell me anything if i enter a wrong password..


Solution

  • The problem was that I was using HTTPS and not SSH, once I added my rsa key on bitbucket, I cloned again using SSH, now I can push normally.