I cloned a Git repository from my GitHub account to my PC.
I want to work with both my PC and laptop, but with one GitHub account.
When I try to push to or p
I just came across the same problem, and the simplest solution I found was to use SSH URL instead of HTTPS one:
ssh://git@github.com/username/repo.git
And not this:
https://github.com/username/repo.git
You can now validate with just the SSH key instead of the username and password.
username
password