i have a repository on bitbucket and i cloned it to my laptop as "Repo1" and there it is where i commit and push. From an instance of DigitalOcean i make pull requests. But, i cloned again the repository from bitbucket to my laptop as "Repo2" and i dit lot of changes and continue working normally.
Now i need to push a commit and GitKraken says "error authenticating. failed connecting with agent"
If i push the commit with the shell "git push origin master" appears "Unauthorized. fatal: can't read remote repository"
How can i do to push from the second repository?
I have already set user.name and user.email and remote addedd
Please help :-(